Html Css Color HEX #02259D International Klein Blue

📋 copy color: '#02259D'

red 2 ◦ green 37 ◦ blue 157

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

Shades of International Klein Blue #02259D

Tints of International Klein Blue #02259D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 80.1%

R = 1.02%
G = 18.88%
B = 80.1%

CMYK

 C value IS 0.99

 M value IS 0.76

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#02259D (or 0x02259D) is known color: International Klein Blue. HEX triplet: 02, 25 and 9D. RGB value is (2,37,157). Sum of RGB (Red+Green+Blue) = 2+37+157=196 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.02% from 196); Green value is 37 (14.84% from 255 or 18.88% from 196); Blue value is 157 (61.72% from 255 or 80.10% from 196); Max value from RGB is 157 - color contains mainly: blue. Hex color #02259D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02259D is #FDDA62. Grayscale: #272727. Windows color (decimal): -16636515 or 10298626. OLE color: 10298626.

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

Color convert

RGB 2 37 157 -
CMYK 0.99 0.76 0 0.38
HSL 226.45º 0.97% 0.31% -
HSV(B) 226.45º 0.99% 0.62% -
XYZ 6.77 3.77 32.27 -
YUV 40.22 193.9 100.74 -
System Red Green Blue C M Y K H S L
Decimal 2 37 157 0.99 0.76 0 0.38 226.45 0.97 0.31
Hex 2 25 9D 63 4C 0 26 E2 61 1F
Octal 2 45 235 143 114 0 46 342 141 37
Binary 10 100101 10011101 1100011 1001100 0 100110 11100010 1100001 11111

Color Harmonies of #02259D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02259D

Black with #02259D

Text Example


Text Example

White with #02259D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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