Html Css Color HEX #02279F International Klein Blue

📋 copy color: '#02279F'

red 2 ◦ green 39 ◦ blue 159

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

Shades of International Klein Blue #02279F

Tints of International Klein Blue #02279F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 79.5%

R = 1%
G = 19.5%
B = 79.5%

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

#02279F (or 0x02279F) is known color: International Klein Blue. HEX triplet: 02, 27 and 9F. RGB value is (2,39,159). Sum of RGB (Red+Green+Blue) = 2+39+159=200 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1% from 200); Green value is 39 (15.62% from 255 or 19.5% from 200); Blue value is 159 (62.5% from 255 or 79.5% from 200); Max value from RGB is 159 - color contains mainly: blue. Hex color #02279F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02279F is #FDD860. Grayscale: #292929. Windows color (decimal): -16636001 or 10430210. OLE color: 10430210.

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

Color convert

RGB 2 39 159 -
CMYK 0.99 0.75 0 0.38
HSL 225.86º 0.98% 0.32% -
HSV(B) 225.86º 0.99% 0.62% -
XYZ 7.01 3.97 33.2 -
YUV 41.62 194.24 99.74 -
System Red Green Blue C M Y K H S L
Decimal 2 39 159 0.99 0.75 0 0.38 225.86 0.98 0.32
Hex 2 27 9F 63 4B 0 26 E2 62 20
Octal 2 47 237 143 113 0 46 342 142 40
Binary 10 100111 10011111 1100011 1001011 0 100110 11100010 1100010 100000

Color Harmonies of #02279F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02279F

Black with #02279F

Text Example


Text Example

White with #02279F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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