Html Css Color HEX #00259E International Klein Blue

📋 copy color: '#00259E'

red 0 ◦ green 37 ◦ blue 158

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

Shades of International Klein Blue #00259E

Tints of International Klein Blue #00259E

RGB

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

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

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

R = 0%
G = 18.97%
B = 81.03%

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

#00259E (or 0x00259E) is known color: International Klein Blue. HEX triplet: 00, 25 and 9E. RGB value is (0,37,158). Sum of RGB (Red+Green+Blue) = 0+37+158=195 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 195); Green value is 37 (14.84% from 255 or 18.97% from 195); Blue value is 158 (62.11% from 255 or 81.03% from 195); Max value from RGB is 158 - color contains mainly: blue. Hex color #00259E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00259E is #FFDA61. Grayscale: #272727. Windows color (decimal): -16767586 or 10364160. OLE color: 10364160.

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

Color convert

RGB 0 37 158 -
CMYK 1 0.77 0 0.38
HSL 225.95º 1% 0.31% -
HSV(B) 225.95º 1% 0.62% -
XYZ 6.83 3.79 32.72 -
YUV 39.73 194.74 99.66 -
System Red Green Blue C M Y K H S L
Decimal 0 37 158 1 0.77 0 0.38 225.95 1 0.31
Hex 0 25 9E 64 4D 0 26 E2 64 1F
Octal 0 45 236 144 115 0 46 342 144 37
Binary 0 100101 10011110 1100100 1001101 0 100110 11100010 1100100 11111

Color Harmonies of #00259E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00259E

Black with #00259E

Text Example


Text Example

White with #00259E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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