Html Css Color HEX #02259B International Klein Blue

📋 copy color: '#02259B'

red 2 ◦ green 37 ◦ blue 155

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

Shades of International Klein Blue #02259B

Tints of International Klein Blue #02259B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 79.9%

R = 1.03%
G = 19.07%
B = 79.9%

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

#02259B (or 0x02259B) is known color: International Klein Blue. HEX triplet: 02, 25 and 9B. RGB value is (2,37,155). Sum of RGB (Red+Green+Blue) = 2+37+155=194 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.03% from 194); Green value is 37 (14.84% from 255 or 19.07% from 194); Blue value is 155 (60.94% from 255 or 79.90% from 194); Max value from RGB is 155 - color contains mainly: blue. Hex color #02259B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02259B is #FDDA64. Grayscale: #272727. Windows color (decimal): -16636517 or 10167554. OLE color: 10167554.

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

Color convert

RGB 2 37 155 -
CMYK 0.99 0.76 0 0.39
HSL 226.27º 0.97% 0.31% -
HSV(B) 226.27º 0.99% 0.61% -
XYZ 6.6 3.7 31.38 -
YUV 39.99 192.9 100.91 -
System Red Green Blue C M Y K H S L
Decimal 2 37 155 0.99 0.76 0 0.39 226.27 0.97 0.31
Hex 2 25 9B 63 4C 0 27 E2 61 1F
Octal 2 45 233 143 114 0 47 342 141 37
Binary 10 100101 10011011 1100011 1001100 0 100111 11100010 1100001 11111

Color Harmonies of #02259B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02259B

Black with #02259B

Text Example


Text Example

White with #02259B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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