Html Css Color HEX #02259E International Klein Blue

📋 copy color: '#02259E'

red 2 ◦ green 37 ◦ blue 158

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

Shades of International Klein Blue #02259E

Tints of International Klein Blue #02259E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 80.2%

R = 1.02%
G = 18.78%
B = 80.2%

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

#02259E (or 0x02259E) is known color: International Klein Blue. HEX triplet: 02, 25 and 9E. RGB value is (2,37,158). Sum of RGB (Red+Green+Blue) = 2+37+158=197 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.02% from 197); Green value is 37 (14.84% from 255 or 18.78% from 197); Blue value is 158 (62.11% from 255 or 80.20% from 197); Max value from RGB is 158 - color contains mainly: blue. Hex color #02259E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02259E is #FDDA61. Grayscale: #272727. Windows color (decimal): -16636514 or 10364162. OLE color: 10364162.

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

Color convert

RGB 2 37 158 -
CMYK 0.99 0.77 0 0.38
HSL 226.54º 0.98% 0.31% -
HSV(B) 226.54º 0.99% 0.62% -
XYZ 6.86 3.8 32.72 -
YUV 40.33 194.4 100.66 -
System Red Green Blue C M Y K H S L
Decimal 2 37 158 0.99 0.77 0 0.38 226.54 0.98 0.31
Hex 2 25 9E 63 4D 0 26 E3 62 1F
Octal 2 45 236 143 115 0 46 343 142 37
Binary 10 100101 10011110 1100011 1001101 0 100110 11100011 1100010 11111

Color Harmonies of #02259E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02259E

Black with #02259E

Text Example


Text Example

White with #02259E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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