Html Css Color HEX #0135B7 International Klein Blue

📋 copy color: '#0135B7'

red 1 ◦ green 53 ◦ blue 183

#0135B7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of International Klein Blue #0135B7

Tints of International Klein Blue #0135B7

RGB

 RED value IS 1 (0.78% from 255) = 0.42%

 GREEN value IS 53 (21.09% from 255) = 22.36%

 BLUE value IS 183 (71.88% from 255) = 77.22%

R = 0.42%
G = 22.36%
B = 77.22%

CMYK

 C value IS 0.99

 M value IS 0.71

 Y value IS 0

 K value IS 0.28

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0135B7 (or 0x0135B7) is known color: International Klein Blue. HEX triplet: 01, 35 and B7. RGB value is (1,53,183). Sum of RGB (Red+Green+Blue) = 1+53+183=237 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 237); Green value is 53 (21.09% from 255 or 22.36% from 237); Blue value is 183 (71.88% from 255 or 77.22% from 237); Max value from RGB is 183 - color contains mainly: blue. Hex color #0135B7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0135B7 is #FECA48. Grayscale: #333333. Windows color (decimal): -16697929 or 12006657. OLE color: 12006657.

HSL color Cylindrical-coordinate representation of color #0135B7: hue angle of 222.86º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0135B7 is Cyan = 0.99, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 1 53 183 -
CMYK 0.99 0.71 0 0.28
HSL 222.86º 0.99% 0.36% -
HSV(B) 222.86º 0.99% 0.72% -
XYZ 9.83 5.97 45.43 -
YUV 52.27 201.77 91.43 -
System Red Green Blue C M Y K H S L
Decimal 1 53 183 0.99 0.71 0 0.28 222.86 0.99 0.36
Hex 1 35 B7 63 47 0 1C DF 63 24
Octal 1 65 267 143 107 0 34 337 143 44
Binary 1 110101 10110111 1100011 1000111 0 11100 11011111 1100011 100100

Color Harmonies of #0135B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0135B7

Black with #0135B7

Text Example


Text Example

White with #0135B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0135B7; }

 p { color: rgb(1,53,183); }

 H1.HeaderClassName
 {
   color: #0135B7;
 }
 .AnyTagClassName
 {
   color: #0135B7;
 }
</style>

background-color css

<style>
 a { background-color: #0135B7; }

 a { background-color: rgb(1,53,183); }

 div.DivClassName
 {
   background-color: #0135B7;
 }
 .BgClassName
 {
   background-color: #0135B7;
 }
</style>

border-color css

<style>
 span { border-color: #0135B7; }

 span { border-color: rgb(1,53,183); }

 td.TdClassName
 {
   border-color: #0135B7;
 }
 .TagClassName
 {
   border-color: #0135B7;
 }
</style>