Html Css Color HEX #08259A International Klein Blue

📋 copy color: '#08259A'

red 8 ◦ green 37 ◦ blue 154

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

Shades of International Klein Blue #08259A

Tints of International Klein Blue #08259A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 77.39%

R = 4.02%
G = 18.59%
B = 77.39%

CMYK

 C value IS 0.95

 M value IS 0.76

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#08259A (or 0x08259A) is known color: International Klein Blue. HEX triplet: 08, 25 and 9A. RGB value is (8,37,154). Sum of RGB (Red+Green+Blue) = 8+37+154=199 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.02% from 199); Green value is 37 (14.84% from 255 or 18.59% from 199); Blue value is 154 (60.55% from 255 or 77.39% from 199); Max value from RGB is 154 - color contains mainly: blue. Hex color #08259A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08259A is #F7DA65. Grayscale: #292929. Windows color (decimal): -16243302 or 10102024. OLE color: 10102024.

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

Color convert

RGB 8 37 154 -
CMYK 0.95 0.76 0 0.40
HSL 228.08º 0.9% 0.32% -
HSV(B) 228.08º 0.95% 0.6% -
XYZ 6.59 3.71 30.94 -
YUV 41.67 191.39 103.99 -
System Red Green Blue C M Y K H S L
Decimal 8 37 154 0.95 0.76 0 0.40 228.08 0.9 0.32
Hex 8 25 9A 5F 4C 0 28 E4 5A 20
Octal 10 45 232 137 114 0 50 344 132 40
Binary 1000 100101 10011010 1011111 1001100 0 101000 11100100 1011010 100000

Color Harmonies of #08259A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08259A

Black with #08259A

Text Example


Text Example

White with #08259A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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