Html Css Color HEX #065DCC Navy Blue

📋 copy color: '#065DCC'

red 6 ◦ green 93 ◦ blue 204

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

Shades of Navy Blue #065DCC

Tints of Navy Blue #065DCC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 30.69%

 BLUE value IS 204 (80.08% from 255) = 67.33%

R = 1.98%
G = 30.69%
B = 67.33%

CMYK

 C value IS 0.97

 M value IS 0.54

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#065DCC (or 0x065DCC) is known color: Navy Blue. HEX triplet: 06, 5D and CC. RGB value is (6,93,204). Sum of RGB (Red+Green+Blue) = 6+93+204=303 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.98% from 303); Green value is 93 (36.72% from 255 or 30.69% from 303); Blue value is 204 (80.08% from 255 or 67.33% from 303); Max value from RGB is 204 - color contains mainly: blue. Hex color #065DCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #065DCC is #F9A233. Grayscale: #4F4F4F. Windows color (decimal): -16359988 or 13393158. OLE color: 13393158.

HSL color Cylindrical-coordinate representation of color #065DCC: hue angle of 213.64º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #065DCC is Cyan = 0.97, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 6 93 204 -
CMYK 0.97 0.54 0 0.2
HSL 213.64º 0.94% 0.41% -
HSV(B) 213.64º 0.97% 0.8% -
XYZ 14.89 12.23 58.7 -
YUV 79.64 198.18 75.47 -
System Red Green Blue C M Y K H S L
Decimal 6 93 204 0.97 0.54 0 0.2 213.64 0.94 0.41
Hex 6 5D CC 61 36 0 14 D6 5E 29
Octal 6 135 314 141 66 0 24 326 136 51
Binary 110 1011101 11001100 1100001 110110 0 10100 11010110 1011110 101001

Color Harmonies of #065DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065DCC

Black with #065DCC

Text Example


Text Example

White with #065DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065DCC; }

 p { color: rgb(6,93,204); }

 H1.HeaderClassName
 {
   color: #065DCC;
 }
 .AnyTagClassName
 {
   color: #065DCC;
 }
</style>

background-color css

<style>
 a { background-color: #065DCC; }

 a { background-color: rgb(6,93,204); }

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

border-color css

<style>
 span { border-color: #065DCC; }

 span { border-color: rgb(6,93,204); }

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