Html Css Color HEX #001A9A International Klein Blue

📋 copy color: '#001A9A'

red 0 ◦ green 26 ◦ blue 154

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

Shades of International Klein Blue #001A9A

Tints of International Klein Blue #001A9A

RGB

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

 GREEN value IS 26 (10.55% from 255) = 14.44%

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

R = 0%
G = 14.44%
B = 85.56%

CMYK

 C value IS 1

 M value IS 0.83

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#001A9A (or 0x001A9A) is known color: International Klein Blue. HEX triplet: 00, 1A and 9A. RGB value is (0,26,154). Sum of RGB (Red+Green+Blue) = 0+26+154=180 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 180); Green value is 26 (10.55% from 255 or 14.44% from 180); Blue value is 154 (60.55% from 255 or 85.56% from 180); Max value from RGB is 154 - color contains mainly: blue. Hex color #001A9A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001A9A is #FFE565. Grayscale: #202020. Windows color (decimal): -16770406 or 10099200. OLE color: 10099200.

HSL color Cylindrical-coordinate representation of color #001A9A: hue angle of 229.87º 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 #001A9A is Cyan = 1, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 0 26 154 -
CMYK 1 0.83 0 0.40
HSL 229.87º 1% 0.3% -
HSV(B) 229.87º 1% 0.6% -
XYZ 6.2 3.07 30.84 -
YUV 32.82 196.39 104.59 -
System Red Green Blue C M Y K H S L
Decimal 0 26 154 1 0.83 0 0.40 229.87 1 0.3
Hex 0 1A 9A 64 53 0 28 E6 64 1E
Octal 0 32 232 144 123 0 50 346 144 36
Binary 0 11010 10011010 1100100 1010011 0 101000 11100110 1100100 11110

Color Harmonies of #001A9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001A9A

Black with #001A9A

Text Example


Text Example

White with #001A9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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