Html Css Color HEX #08259C International Klein Blue

📋 copy color: '#08259C'

red 8 ◦ green 37 ◦ blue 156

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

Shades of International Klein Blue #08259C

Tints of International Klein Blue #08259C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 77.61%

R = 3.98%
G = 18.41%
B = 77.61%

CMYK

 C value IS 0.95

 M value IS 0.76

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#08259C (or 0x08259C) is known color: International Klein Blue. HEX triplet: 08, 25 and 9C. RGB value is (8,37,156). Sum of RGB (Red+Green+Blue) = 8+37+156=201 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.98% from 201); Green value is 37 (14.84% from 255 or 18.41% from 201); Blue value is 156 (61.33% from 255 or 77.61% from 201); Max value from RGB is 156 - color contains mainly: blue. Hex color #08259C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08259C is #F7DA63. Grayscale: #292929. Windows color (decimal): -16243300 or 10233096. OLE color: 10233096.

HSL color Cylindrical-coordinate representation of color #08259C: hue angle of 228.24º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08259C is Cyan = 0.95, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 8 37 156 -
CMYK 0.95 0.76 0 0.39
HSL 228.24º 0.9% 0.32% -
HSV(B) 228.24º 0.95% 0.61% -
XYZ 6.76 3.78 31.82 -
YUV 41.9 192.39 103.82 -
System Red Green Blue C M Y K H S L
Decimal 8 37 156 0.95 0.76 0 0.39 228.24 0.9 0.32
Hex 8 25 9C 5F 4C 0 27 E4 5A 20
Octal 10 45 234 137 114 0 47 344 132 40
Binary 1000 100101 10011100 1011111 1001100 0 100111 11100100 1011010 100000

Color Harmonies of #08259C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08259C

Black with #08259C

Text Example


Text Example

White with #08259C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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