Html Css Color HEX #0824BE International Klein Blue

📋 copy color: '#0824BE'

red 8 ◦ green 36 ◦ blue 190

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

Shades of International Klein Blue #0824BE

Tints of International Klein Blue #0824BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 81.2%

R = 3.42%
G = 15.38%
B = 81.2%

CMYK

 C value IS 0.96

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0824BE (or 0x0824BE) is known color: International Klein Blue. HEX triplet: 08, 24 and BE. RGB value is (8,36,190). Sum of RGB (Red+Green+Blue) = 8+36+190=234 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.42% from 234); Green value is 36 (14.45% from 255 or 15.38% from 234); Blue value is 190 (74.61% from 255 or 81.20% from 234); Max value from RGB is 190 - color contains mainly: blue. Hex color #0824BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0824BE is #F7DB41. Grayscale: #2C2C2C. Windows color (decimal): -16243522 or 12461064. OLE color: 12461064.

HSL color Cylindrical-coordinate representation of color #0824BE: hue angle of 230.77º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0824BE is Cyan = 0.96, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 8 36 190 -
CMYK 0.96 0.81 0 0.25
HSL 230.77º 0.92% 0.39% -
HSV(B) 230.77º 0.96% 0.75% -
XYZ 10.03 5.03 49.16 -
YUV 45.18 209.72 101.48 -
System Red Green Blue C M Y K H S L
Decimal 8 36 190 0.96 0.81 0 0.25 230.77 0.92 0.39
Hex 8 24 BE 60 51 0 19 E7 5C 27
Octal 10 44 276 140 121 0 31 347 134 47
Binary 1000 100100 10111110 1100000 1010001 0 11001 11100111 1011100 100111

Color Harmonies of #0824BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0824BE

Black with #0824BE

Text Example


Text Example

White with #0824BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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