Html Css Color HEX #0810BE Medium Blue

📋 copy color: '#0810BE'

red 8 ◦ green 16 ◦ blue 190

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

Shades of Medium Blue #0810BE

Tints of Medium Blue #0810BE

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.48%

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

R = 3.74%
G = 7.48%
B = 88.79%

CMYK

 C value IS 0.96

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0810BE (or 0x0810BE) is known color: Medium Blue. HEX triplet: 08, 10 and BE. RGB value is (8,16,190). Sum of RGB (Red+Green+Blue) = 8+16+190=214 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.74% from 214); Green value is 16 (6.64% from 255 or 7.48% from 214); Blue value is 190 (74.61% from 255 or 88.79% from 214); Max value from RGB is 190 - color contains mainly: blue. Hex color #0810BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0810BE is #F7EF41. Grayscale: #202020. Windows color (decimal): -16248642 or 12455944. OLE color: 12455944.

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

Color convert

RGB 8 16 190 -
CMYK 0.96 0.92 0 0.25
HSL 237.36º 0.92% 0.39% -
HSV(B) 237.36º 0.96% 0.75% -
XYZ 9.58 4.14 49.01 -
YUV 33.44 216.35 109.85 -
System Red Green Blue C M Y K H S L
Decimal 8 16 190 0.96 0.92 0 0.25 237.36 0.92 0.39
Hex 8 10 BE 60 5C 0 19 ED 5C 27
Octal 10 20 276 140 134 0 31 355 134 47
Binary 1000 10000 10111110 1100000 1011100 0 11001 11101101 1011100 100111

Color Harmonies of #0810BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0810BE

Black with #0810BE

Text Example


Text Example

White with #0810BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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