Html Css Color HEX #00259F International Klein Blue

📋 copy color: '#00259F'

red 0 ◦ green 37 ◦ blue 159

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

Shades of International Klein Blue #00259F

Tints of International Klein Blue #00259F

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 18.88%
B = 81.12%

CMYK

 C value IS 1

 M value IS 0.77

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#00259F (or 0x00259F) is known color: International Klein Blue. HEX triplet: 00, 25 and 9F. RGB value is (0,37,159). Sum of RGB (Red+Green+Blue) = 0+37+159=196 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 196); Green value is 37 (14.84% from 255 or 18.88% from 196); Blue value is 159 (62.5% from 255 or 81.12% from 196); Max value from RGB is 159 - color contains mainly: blue. Hex color #00259F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00259F is #FFDA60. Grayscale: #272727. Windows color (decimal): -16767585 or 10429696. OLE color: 10429696.

HSL color Cylindrical-coordinate representation of color #00259F: hue angle of 226.04º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00259F is Cyan = 1, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 0 37 159 -
CMYK 1 0.77 0 0.38
HSL 226.04º 1% 0.31% -
HSV(B) 226.04º 1% 0.62% -
XYZ 6.92 3.83 33.17 -
YUV 39.85 195.24 99.58 -
System Red Green Blue C M Y K H S L
Decimal 0 37 159 1 0.77 0 0.38 226.04 1 0.31
Hex 0 25 9F 64 4D 0 26 E2 64 1F
Octal 0 45 237 144 115 0 46 342 144 37
Binary 0 100101 10011111 1100100 1001101 0 100110 11100010 1100100 11111

Color Harmonies of #00259F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00259F

Black with #00259F

Text Example


Text Example

White with #00259F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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