Html Css Color HEX #02259F International Klein Blue

📋 copy color: '#02259F'

red 2 ◦ green 37 ◦ blue 159

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

Shades of International Klein Blue #02259F

Tints of International Klein Blue #02259F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.69%

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

R = 1.01%
G = 18.69%
B = 80.3%

CMYK

 C value IS 0.99

 M value IS 0.77

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#02259F (or 0x02259F) is known color: International Klein Blue. HEX triplet: 02, 25 and 9F. RGB value is (2,37,159). Sum of RGB (Red+Green+Blue) = 2+37+159=198 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.01% from 198); Green value is 37 (14.84% from 255 or 18.69% from 198); Blue value is 159 (62.5% from 255 or 80.30% from 198); Max value from RGB is 159 - color contains mainly: blue. Hex color #02259F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02259F is #FDDA60. Grayscale: #272727. Windows color (decimal): -16636513 or 10429698. OLE color: 10429698.

HSL color Cylindrical-coordinate representation of color #02259F: hue angle of 226.62º 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 #02259F is Cyan = 0.99, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 2 37 159 -
CMYK 0.99 0.77 0 0.38
HSL 226.62º 0.98% 0.32% -
HSV(B) 226.62º 0.99% 0.62% -
XYZ 6.94 3.84 33.18 -
YUV 40.44 194.9 100.58 -
System Red Green Blue C M Y K H S L
Decimal 2 37 159 0.99 0.77 0 0.38 226.62 0.98 0.32
Hex 2 25 9F 63 4D 0 26 E3 62 20
Octal 2 45 237 143 115 0 46 343 142 40
Binary 10 100101 10011111 1100011 1001101 0 100110 11100011 1100010 100000

Color Harmonies of #02259F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02259F

Black with #02259F

Text Example


Text Example

White with #02259F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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