Html Css Color HEX #02279D International Klein Blue

📋 copy color: '#02279D'

red 2 ◦ green 39 ◦ blue 157

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

Shades of International Klein Blue #02279D

Tints of International Klein Blue #02279D

RGB

 RED value IS 2 (1.17% from 255) = 1.01%

 GREEN value IS 39 (15.63% from 255) = 19.7%

 BLUE value IS 157 (61.72% from 255) = 79.29%

R = 1.01%
G = 19.7%
B = 79.29%

CMYK

 C value IS 0.99

 M value IS 0.75

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#02279D (or 0x02279D) is known color: International Klein Blue. HEX triplet: 02, 27 and 9D. RGB value is (2,39,157). Sum of RGB (Red+Green+Blue) = 2+39+157=198 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.01% from 198); Green value is 39 (15.62% from 255 or 19.70% from 198); Blue value is 157 (61.72% from 255 or 79.29% from 198); Max value from RGB is 157 - color contains mainly: blue. Hex color #02279D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02279D is #FDD862. Grayscale: #282828. Windows color (decimal): -16636003 or 10299138. OLE color: 10299138.

HSL color Cylindrical-coordinate representation of color #02279D: hue angle of 225.68º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02279D is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 2 39 157 -
CMYK 0.99 0.75 0 0.38
HSL 225.68º 0.97% 0.31% -
HSV(B) 225.68º 0.99% 0.62% -
XYZ 6.84 3.9 32.29 -
YUV 41.39 193.24 99.91 -
System Red Green Blue C M Y K H S L
Decimal 2 39 157 0.99 0.75 0 0.38 225.68 0.97 0.31
Hex 2 27 9D 63 4B 0 26 E2 61 1F
Octal 2 47 235 143 113 0 46 342 141 37
Binary 10 100111 10011101 1100011 1001011 0 100110 11100010 1100001 11111

Color Harmonies of #02279D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02279D

Black with #02279D

Text Example


Text Example

White with #02279D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02279D; }

 p { color: rgb(2,39,157); }

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

background-color css

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

 a { background-color: rgb(2,39,157); }

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

border-color css

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

 span { border-color: rgb(2,39,157); }

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