Html Css Color HEX #002099 International Klein Blue

📋 copy color: '#002099'

red 0 ◦ green 32 ◦ blue 153

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

Shades of International Klein Blue #002099

Tints of International Klein Blue #002099

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.3%

 BLUE value IS 153 (60.16% from 255) = 82.7%

R = 0%
G = 17.3%
B = 82.7%

CMYK

 C value IS 1

 M value IS 0.79

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#002099 (or 0x002099) is known color: International Klein Blue. HEX triplet: 00, 20 and 99. RGB value is (0,32,153). Sum of RGB (Red+Green+Blue) = 0+32+153=185 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 185); Green value is 32 (12.89% from 255 or 17.30% from 185); Blue value is 153 (60.16% from 255 or 82.70% from 185); Max value from RGB is 153 - color contains mainly: blue. Hex color #002099 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002099 is #FFDF66. Grayscale: #232323. Windows color (decimal): -16768871 or 10035200. OLE color: 10035200.

HSL color Cylindrical-coordinate representation of color #002099: hue angle of 227.45º 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 #002099 is Cyan = 1, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 0 32 153 -
CMYK 1 0.79 0 0.4
HSL 227.45º 1% 0.3% -
HSV(B) 227.45º 1% 0.6% -
XYZ 6.27 3.33 30.45 -
YUV 36.23 193.9 102.16 -
System Red Green Blue C M Y K H S L
Decimal 0 32 153 1 0.79 0 0.4 227.45 1 0.3
Hex 0 20 99 64 4F 0 28 E3 64 1E
Octal 0 40 231 144 117 0 50 343 144 36
Binary 0 100000 10011001 1100100 1001111 0 101000 11100011 1100100 11110

Color Harmonies of #002099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002099

Black with #002099

Text Example


Text Example

White with #002099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002099; }

 p { color: rgb(0,32,153); }

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

background-color css

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

 a { background-color: rgb(0,32,153); }

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

border-color css

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

 span { border-color: rgb(0,32,153); }

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