Html Css Color HEX #0824B8 International Klein Blue

📋 copy color: '#0824B8'

red 8 ◦ green 36 ◦ blue 184

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

Shades of International Klein Blue #0824B8

Tints of International Klein Blue #0824B8

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.79%

 BLUE value IS 184 (72.27% from 255) = 80.7%

R = 3.51%
G = 15.79%
B = 80.7%

CMYK

 C value IS 0.96

 M value IS 0.80

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#0824B8 (or 0x0824B8) is known color: International Klein Blue. HEX triplet: 08, 24 and B8. RGB value is (8,36,184). Sum of RGB (Red+Green+Blue) = 8+36+184=228 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.51% from 228); Green value is 36 (14.45% from 255 or 15.79% from 228); Blue value is 184 (72.27% from 255 or 80.70% from 228); Max value from RGB is 184 - color contains mainly: blue. Hex color #0824B8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0824B8 is #F7DB47. Grayscale: #2B2B2B. Windows color (decimal): -16243528 or 12067848. OLE color: 12067848.

HSL color Cylindrical-coordinate representation of color #0824B8: hue angle of 230.45º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0824B8 is Cyan = 0.96, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 8 36 184 -
CMYK 0.96 0.80 0 0.28
HSL 230.45º 0.92% 0.38% -
HSV(B) 230.45º 0.96% 0.72% -
XYZ 9.38 4.77 45.77 -
YUV 44.5 206.72 101.97 -
System Red Green Blue C M Y K H S L
Decimal 8 36 184 0.96 0.80 0 0.28 230.45 0.92 0.38
Hex 8 24 B8 60 50 0 1C E6 5C 26
Octal 10 44 270 140 120 0 34 346 134 46
Binary 1000 100100 10111000 1100000 1010000 0 11100 11100110 1011100 100110

Color Harmonies of #0824B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0824B8

Black with #0824B8

Text Example


Text Example

White with #0824B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0824B8; }

 p { color: rgb(8,36,184); }

 H1.HeaderClassName
 {
   color: #0824B8;
 }
 .AnyTagClassName
 {
   color: #0824B8;
 }
</style>

background-color css

<style>
 a { background-color: #0824B8; }

 a { background-color: rgb(8,36,184); }

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

border-color css

<style>
 span { border-color: #0824B8; }

 span { border-color: rgb(8,36,184); }

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