Html Css Color HEX #0651CF Navy Blue

📋 copy color: '#0651CF'

red 6 ◦ green 81 ◦ blue 207

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

Shades of Navy Blue #0651CF

Tints of Navy Blue #0651CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 70.41%

R = 2.04%
G = 27.55%
B = 70.41%

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

#0651CF (or 0x0651CF) is known color: Navy Blue. HEX triplet: 06, 51 and CF. RGB value is (6,81,207). Sum of RGB (Red+Green+Blue) = 6+81+207=294 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.04% from 294); Green value is 81 (32.03% from 255 or 27.55% from 294); Blue value is 207 (81.25% from 255 or 70.41% from 294); Max value from RGB is 207 - color contains mainly: blue. Hex color #0651CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0651CF is #F9AE30. Grayscale: #484848. Windows color (decimal): -16363057 or 13586694. OLE color: 13586694.

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

Color convert

RGB 6 81 207 -
CMYK 0.97 0.61 0 0.19
HSL 217.61º 0.94% 0.42% -
HSV(B) 217.61º 0.97% 0.81% -
XYZ 14.28 10.43 60.29 -
YUV 72.94 203.65 80.25 -
System Red Green Blue C M Y K H S L
Decimal 6 81 207 0.97 0.61 0 0.19 217.61 0.94 0.42
Hex 6 51 CF 61 3D 0 13 DA 5E 2A
Octal 6 121 317 141 75 0 23 332 136 52
Binary 110 1010001 11001111 1100001 111101 0 10011 11011010 1011110 101010

Color Harmonies of #0651CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0651CF

Black with #0651CF

Text Example


Text Example

White with #0651CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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