Html Css Color HEX #08259E International Klein Blue

📋 copy color: '#08259E'

red 8 ◦ green 37 ◦ blue 158

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

Shades of International Klein Blue #08259E

Tints of International Klein Blue #08259E

RGB

 RED value IS 8 (3.52% from 255) = 3.94%

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

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

R = 3.94%
G = 18.23%
B = 77.83%

CMYK

 C value IS 0.95

 M value IS 0.77

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#08259E (or 0x08259E) is known color: International Klein Blue. HEX triplet: 08, 25 and 9E. RGB value is (8,37,158). Sum of RGB (Red+Green+Blue) = 8+37+158=203 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.94% from 203); Green value is 37 (14.84% from 255 or 18.23% from 203); Blue value is 158 (62.11% from 255 or 77.83% from 203); Max value from RGB is 158 - color contains mainly: blue. Hex color #08259E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08259E is #F7DA61. Grayscale: #292929. Windows color (decimal): -16243298 or 10364168. OLE color: 10364168.

HSL color Cylindrical-coordinate representation of color #08259E: hue angle of 228.4º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08259E is Cyan = 0.95, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 8 37 158 -
CMYK 0.95 0.77 0 0.38
HSL 228.4º 0.9% 0.33% -
HSV(B) 228.4º 0.95% 0.62% -
XYZ 6.93 3.84 32.72 -
YUV 42.12 193.39 103.66 -
System Red Green Blue C M Y K H S L
Decimal 8 37 158 0.95 0.77 0 0.38 228.4 0.9 0.33
Hex 8 25 9E 5F 4D 0 26 E4 5A 21
Octal 10 45 236 137 115 0 46 344 132 41
Binary 1000 100101 10011110 1011111 1001101 0 100110 11100100 1011010 100001

Color Harmonies of #08259E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08259E

Black with #08259E

Text Example


Text Example

White with #08259E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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