Html Css Color HEX #001B9E International Klein Blue

📋 copy color: '#001B9E'

red 0 ◦ green 27 ◦ blue 158

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

Shades of International Klein Blue #001B9E

Tints of International Klein Blue #001B9E

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 27 (10.94% from 255) = 14.59%

 BLUE value IS 158 (62.11% from 255) = 85.41%

R = 0%
G = 14.59%
B = 85.41%

CMYK

 C value IS 1

 M value IS 0.83

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#001B9E (or 0x001B9E) is known color: International Klein Blue. HEX triplet: 00, 1B and 9E. RGB value is (0,27,158). Sum of RGB (Red+Green+Blue) = 0+27+158=185 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 185); Green value is 27 (10.94% from 255 or 14.59% from 185); Blue value is 158 (62.11% from 255 or 85.41% from 185); Max value from RGB is 158 - color contains mainly: blue. Hex color #001B9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001B9E is #FFE461. Grayscale: #212121. Windows color (decimal): -16770146 or 10361600. OLE color: 10361600.

HSL color Cylindrical-coordinate representation of color #001B9E: hue angle of 229.75º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001B9E is Cyan = 1, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 0 27 158 -
CMYK 1 0.83 0 0.38
HSL 229.75º 1% 0.31% -
HSV(B) 229.75º 1% 0.62% -
XYZ 6.56 3.25 32.63 -
YUV 33.86 198.05 103.85 -
System Red Green Blue C M Y K H S L
Decimal 0 27 158 1 0.83 0 0.38 229.75 1 0.31
Hex 0 1B 9E 64 53 0 26 E6 64 1F
Octal 0 33 236 144 123 0 46 346 144 37
Binary 0 11011 10011110 1100100 1010011 0 100110 11100110 1100100 11111

Color Harmonies of #001B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001B9E

Black with #001B9E

Text Example


Text Example

White with #001B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001B9E; }

 p { color: rgb(0,27,158); }

 H1.HeaderClassName
 {
   color: #001B9E;
 }
 .AnyTagClassName
 {
   color: #001B9E;
 }
</style>

background-color css

<style>
 a { background-color: #001B9E; }

 a { background-color: rgb(0,27,158); }

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

border-color css

<style>
 span { border-color: #001B9E; }

 span { border-color: rgb(0,27,158); }

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