Html Css Color HEX #0712BE Medium Blue

📋 copy color: '#0712BE'

red 7 ◦ green 18 ◦ blue 190

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

Shades of Medium Blue #0712BE

Tints of Medium Blue #0712BE

RGB

 RED value IS 7 (3.13% from 255) = 3.26%

 GREEN value IS 18 (7.42% from 255) = 8.37%

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

R = 3.26%
G = 8.37%
B = 88.37%

CMYK

 C value IS 0.96

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0712BE (or 0x0712BE) is known color: Medium Blue. HEX triplet: 07, 12 and BE. RGB value is (7,18,190). Sum of RGB (Red+Green+Blue) = 7+18+190=215 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.26% from 215); Green value is 18 (7.42% from 255 or 8.37% from 215); Blue value is 190 (74.61% from 255 or 88.37% from 215); Max value from RGB is 190 - color contains mainly: blue. Hex color #0712BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0712BE is #F8ED41. Grayscale: #212121. Windows color (decimal): -16313666 or 12456455. OLE color: 12456455.

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

Color convert

RGB 7 18 190 -
CMYK 0.96 0.91 0 0.25
HSL 236.39º 0.93% 0.39% -
HSV(B) 236.39º 0.96% 0.75% -
XYZ 9.6 4.2 49.02 -
YUV 34.32 215.86 108.51 -
System Red Green Blue C M Y K H S L
Decimal 7 18 190 0.96 0.91 0 0.25 236.39 0.93 0.39
Hex 7 12 BE 60 5B 0 19 EC 5D 27
Octal 7 22 276 140 133 0 31 354 135 47
Binary 111 10010 10111110 1100000 1011011 0 11001 11101100 1011101 100111

Color Harmonies of #0712BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0712BE

Black with #0712BE

Text Example


Text Example

White with #0712BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,18,190); }

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

background-color css

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

 a { background-color: rgb(7,18,190); }

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

border-color css

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

 span { border-color: rgb(7,18,190); }

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