Html Css Color HEX #0820BD International Klein Blue

📋 copy color: '#0820BD'

red 8 ◦ green 32 ◦ blue 189

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

Shades of International Klein Blue #0820BD

Tints of International Klein Blue #0820BD

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.97%

 BLUE value IS 189 (74.22% from 255) = 82.53%

R = 3.49%
G = 13.97%
B = 82.53%

CMYK

 C value IS 0.96

 M value IS 0.83

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0820BD (or 0x0820BD) is known color: International Klein Blue. HEX triplet: 08, 20 and BD. RGB value is (8,32,189). Sum of RGB (Red+Green+Blue) = 8+32+189=229 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.49% from 229); Green value is 32 (12.89% from 255 or 13.97% from 229); Blue value is 189 (74.22% from 255 or 82.53% from 229); Max value from RGB is 189 - color contains mainly: blue. Hex color #0820BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0820BD is #F7DF42. Grayscale: #2A2A2A. Windows color (decimal): -16244547 or 12394504. OLE color: 12394504.

HSL color Cylindrical-coordinate representation of color #0820BD: hue angle of 232.04º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0820BD is Cyan = 0.96, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 8 32 189 -
CMYK 0.96 0.83 0 0.26
HSL 232.04º 0.92% 0.39% -
HSV(B) 232.04º 0.96% 0.74% -
XYZ 9.8 4.76 48.55 -
YUV 42.72 210.55 103.23 -
System Red Green Blue C M Y K H S L
Decimal 8 32 189 0.96 0.83 0 0.26 232.04 0.92 0.39
Hex 8 20 BD 60 53 0 1A E8 5C 27
Octal 10 40 275 140 123 0 32 350 134 47
Binary 1000 100000 10111101 1100000 1010011 0 11010 11101000 1011100 100111

Color Harmonies of #0820BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0820BD

Black with #0820BD

Text Example


Text Example

White with #0820BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0820BD; }

 p { color: rgb(8,32,189); }

 H1.HeaderClassName
 {
   color: #0820BD;
 }
 .AnyTagClassName
 {
   color: #0820BD;
 }
</style>

background-color css

<style>
 a { background-color: #0820BD; }

 a { background-color: rgb(8,32,189); }

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

border-color css

<style>
 span { border-color: #0820BD; }

 span { border-color: rgb(8,32,189); }

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