Html Css Color HEX #001B9A International Klein Blue

📋 copy color: '#001B9A'

red 0 ◦ green 27 ◦ blue 154

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

Shades of International Klein Blue #001B9A

Tints of International Klein Blue #001B9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 85.08%

R = 0%
G = 14.92%
B = 85.08%

CMYK

 C value IS 1

 M value IS 0.82

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#001B9A (or 0x001B9A) is known color: International Klein Blue. HEX triplet: 00, 1B and 9A. RGB value is (0,27,154). Sum of RGB (Red+Green+Blue) = 0+27+154=181 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 181); Green value is 27 (10.94% from 255 or 14.92% from 181); Blue value is 154 (60.55% from 255 or 85.08% from 181); Max value from RGB is 154 - color contains mainly: blue. Hex color #001B9A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001B9A is #FFE465. Grayscale: #202020. Windows color (decimal): -16770150 or 10099456. OLE color: 10099456.

HSL color Cylindrical-coordinate representation of color #001B9A: hue angle of 229.48º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001B9A is Cyan = 1, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 0 27 154 -
CMYK 1 0.82 0 0.40
HSL 229.48º 1% 0.3% -
HSV(B) 229.48º 1% 0.6% -
XYZ 6.22 3.12 30.85 -
YUV 33.41 196.05 104.17 -
System Red Green Blue C M Y K H S L
Decimal 0 27 154 1 0.82 0 0.40 229.48 1 0.3
Hex 0 1B 9A 64 52 0 28 E5 64 1E
Octal 0 33 232 144 122 0 50 345 144 36
Binary 0 11011 10011010 1100100 1010010 0 101000 11100101 1100100 11110

Color Harmonies of #001B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001B9A

Black with #001B9A

Text Example


Text Example

White with #001B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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