Html Css Color HEX #02259C International Klein Blue

📋 copy color: '#02259C'

red 2 ◦ green 37 ◦ blue 156

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

Shades of International Klein Blue #02259C

Tints of International Klein Blue #02259C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 80%

R = 1.03%
G = 18.97%
B = 80%

CMYK

 C value IS 0.99

 M value IS 0.76

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#02259C (or 0x02259C) is known color: International Klein Blue. HEX triplet: 02, 25 and 9C. RGB value is (2,37,156). Sum of RGB (Red+Green+Blue) = 2+37+156=195 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.03% from 195); Green value is 37 (14.84% from 255 or 18.97% from 195); Blue value is 156 (61.33% from 255 or 80% from 195); Max value from RGB is 156 - color contains mainly: blue. Hex color #02259C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02259C is #FDDA63. Grayscale: #272727. Windows color (decimal): -16636516 or 10233090. OLE color: 10233090.

HSL color Cylindrical-coordinate representation of color #02259C: hue angle of 226.36º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02259C is Cyan = 0.99, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 2 37 156 -
CMYK 0.99 0.76 0 0.39
HSL 226.36º 0.97% 0.31% -
HSV(B) 226.36º 0.99% 0.61% -
XYZ 6.69 3.74 31.82 -
YUV 40.1 193.4 100.82 -
System Red Green Blue C M Y K H S L
Decimal 2 37 156 0.99 0.76 0 0.39 226.36 0.97 0.31
Hex 2 25 9C 63 4C 0 27 E2 61 1F
Octal 2 45 234 143 114 0 47 342 141 37
Binary 10 100101 10011100 1100011 1001100 0 100111 11100010 1100001 11111

Color Harmonies of #02259C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02259C

Black with #02259C

Text Example


Text Example

White with #02259C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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