Html Css Color HEX #001CAA International Klein Blue

📋 copy color: '#001CAA'

red 0 ◦ green 28 ◦ blue 170

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

Shades of International Klein Blue #001CAA

Tints of International Klein Blue #001CAA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 14.14%

 BLUE value IS 170 (66.8% from 255) = 85.86%

R = 0%
G = 14.14%
B = 85.86%

CMYK

 C value IS 1

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#001CAA (or 0x001CAA) is known color: International Klein Blue. HEX triplet: 00, 1C and AA. RGB value is (0,28,170). Sum of RGB (Red+Green+Blue) = 0+28+170=198 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 198); Green value is 28 (11.33% from 255 or 14.14% from 198); Blue value is 170 (66.80% from 255 or 85.86% from 198); Max value from RGB is 170 - color contains mainly: blue. Hex color #001CAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001CAA is #FFE355. Grayscale: #232323. Windows color (decimal): -16769878 or 11148288. OLE color: 11148288.

HSL color Cylindrical-coordinate representation of color #001CAA: hue angle of 230.12º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001CAA is Cyan = 1, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 0 28 170 -
CMYK 1 0.84 0 0.33
HSL 230.12º 1% 0.33% -
HSV(B) 230.12º 1% 0.67% -
XYZ 7.67 3.73 38.35 -
YUV 35.82 203.72 102.45 -
System Red Green Blue C M Y K H S L
Decimal 0 28 170 1 0.84 0 0.33 230.12 1 0.33
Hex 0 1C AA 64 54 0 21 E6 64 21
Octal 0 34 252 144 124 0 41 346 144 41
Binary 0 11100 10101010 1100100 1010100 0 100001 11100110 1100100 100001

Color Harmonies of #001CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001CAA

Black with #001CAA

Text Example


Text Example

White with #001CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,28,170); }

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

background-color css

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

 a { background-color: rgb(0,28,170); }

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

border-color css

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

 span { border-color: rgb(0,28,170); }

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