Html Css Color HEX #0751CE Navy Blue

📋 copy color: '#0751CE'

red 7 ◦ green 81 ◦ blue 206

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

Shades of Navy Blue #0751CE

Tints of Navy Blue #0751CE

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27.55%

 BLUE value IS 206 (80.86% from 255) = 70.07%

R = 2.38%
G = 27.55%
B = 70.07%

CMYK

 C value IS 0.97

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0751CE (or 0x0751CE) is known color: Navy Blue. HEX triplet: 07, 51 and CE. RGB value is (7,81,206). Sum of RGB (Red+Green+Blue) = 7+81+206=294 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.38% from 294); Green value is 81 (32.03% from 255 or 27.55% from 294); Blue value is 206 (80.86% from 255 or 70.07% from 294); Max value from RGB is 206 - color contains mainly: blue. Hex color #0751CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0751CE is #F8AE31. Grayscale: #484848. Windows color (decimal): -16297522 or 13521159. OLE color: 13521159.

HSL color Cylindrical-coordinate representation of color #0751CE: hue angle of 217.69º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0751CE is Cyan = 0.97, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 7 81 206 -
CMYK 0.97 0.61 0 0.19
HSL 217.69º 0.93% 0.42% -
HSV(B) 217.69º 0.97% 0.81% -
XYZ 14.17 10.39 59.65 -
YUV 73.12 202.98 80.84 -
System Red Green Blue C M Y K H S L
Decimal 7 81 206 0.97 0.61 0 0.19 217.69 0.93 0.42
Hex 7 51 CE 61 3D 0 13 DA 5D 2A
Octal 7 121 316 141 75 0 23 332 135 52
Binary 111 1010001 11001110 1100001 111101 0 10011 11011010 1011101 101010

Color Harmonies of #0751CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0751CE

Black with #0751CE

Text Example


Text Example

White with #0751CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0751CE; }

 p { color: rgb(7,81,206); }

 H1.HeaderClassName
 {
   color: #0751CE;
 }
 .AnyTagClassName
 {
   color: #0751CE;
 }
</style>

background-color css

<style>
 a { background-color: #0751CE; }

 a { background-color: rgb(7,81,206); }

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

border-color css

<style>
 span { border-color: #0751CE; }

 span { border-color: rgb(7,81,206); }

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