Html Css Color HEX #0820BE International Klein Blue

📋 copy color: '#0820BE'

red 8 ◦ green 32 ◦ blue 190

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

Shades of International Klein Blue #0820BE

Tints of International Klein Blue #0820BE

RGB

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

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

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

R = 3.48%
G = 13.91%
B = 82.61%

CMYK

 C value IS 0.96

 M value IS 0.83

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0820BE (or 0x0820BE) is known color: International Klein Blue. HEX triplet: 08, 20 and BE. RGB value is (8,32,190). Sum of RGB (Red+Green+Blue) = 8+32+190=230 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.48% from 230); Green value is 32 (12.89% from 255 or 13.91% from 230); Blue value is 190 (74.61% from 255 or 82.61% from 230); Max value from RGB is 190 - color contains mainly: blue. Hex color #0820BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0820BE is #F7DF41. Grayscale: #2A2A2A. Windows color (decimal): -16244546 or 12460040. OLE color: 12460040.

HSL color Cylindrical-coordinate representation of color #0820BE: hue angle of 232.09º 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 #0820BE is Cyan = 0.96, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 8 32 190 -
CMYK 0.96 0.83 0 0.25
HSL 232.09º 0.92% 0.39% -
HSV(B) 232.09º 0.96% 0.75% -
XYZ 9.91 4.8 49.12 -
YUV 42.84 211.05 103.15 -
System Red Green Blue C M Y K H S L
Decimal 8 32 190 0.96 0.83 0 0.25 232.09 0.92 0.39
Hex 8 20 BE 60 53 0 19 E8 5C 27
Octal 10 40 276 140 123 0 31 350 134 47
Binary 1000 100000 10111110 1100000 1010011 0 11001 11101000 1011100 100111

Color Harmonies of #0820BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0820BE

Black with #0820BE

Text Example


Text Example

White with #0820BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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