Html Css Color HEX #0651CE Navy Blue

📋 copy color: '#0651CE'

red 6 ◦ green 81 ◦ blue 206

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

Shades of Navy Blue #0651CE

Tints of Navy Blue #0651CE

RGB

 RED value IS 6 (2.73% from 255) = 2.05%

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

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

R = 2.05%
G = 27.65%
B = 70.31%

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

#0651CE (or 0x0651CE) is known color: Navy Blue. HEX triplet: 06, 51 and CE. RGB value is (6,81,206). Sum of RGB (Red+Green+Blue) = 6+81+206=293 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.05% from 293); Green value is 81 (32.03% from 255 or 27.65% from 293); Blue value is 206 (80.86% from 255 or 70.31% from 293); Max value from RGB is 206 - color contains mainly: blue. Hex color #0651CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0651CE is #F9AE31. Grayscale: #484848. Windows color (decimal): -16363058 or 13521158. OLE color: 13521158.

HSL color Cylindrical-coordinate representation of color #0651CE: hue angle of 217.5º degrees, saturation: 0.94, 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 #0651CE is Cyan = 0.97, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 6 81 206 -
CMYK 0.97 0.61 0 0.19
HSL 217.5º 0.94% 0.42% -
HSV(B) 217.5º 0.97% 0.81% -
XYZ 14.16 10.38 59.65 -
YUV 72.83 203.15 80.34 -
System Red Green Blue C M Y K H S L
Decimal 6 81 206 0.97 0.61 0 0.19 217.5 0.94 0.42
Hex 6 51 CE 61 3D 0 13 DA 5E 2A
Octal 6 121 316 141 75 0 23 332 136 52
Binary 110 1010001 11001110 1100001 111101 0 10011 11011010 1011110 101010

Color Harmonies of #0651CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0651CE

Black with #0651CE

Text Example


Text Example

White with #0651CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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