Html Css Color HEX #065CDB Navy Blue

📋 copy color: '#065CDB'

red 6 ◦ green 92 ◦ blue 219

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

Shades of Navy Blue #065CDB

Tints of Navy Blue #065CDB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.02%

 BLUE value IS 219 (85.94% from 255) = 69.09%

R = 1.89%
G = 29.02%
B = 69.09%

CMYK

 C value IS 0.97

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#065CDB (or 0x065CDB) is known color: Navy Blue. HEX triplet: 06, 5C and DB. RGB value is (6,92,219). Sum of RGB (Red+Green+Blue) = 6+92+219=317 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.89% from 317); Green value is 92 (36.33% from 255 or 29.02% from 317); Blue value is 219 (85.94% from 255 or 69.09% from 317); Max value from RGB is 219 - color contains mainly: blue. Hex color #065CDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #065CDB is #F9A324. Grayscale: #505050. Windows color (decimal): -16360229 or 14375942. OLE color: 14375942.

HSL color Cylindrical-coordinate representation of color #065CDB: hue angle of 215.77º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #065CDB is Cyan = 0.97, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 6 92 219 -
CMYK 0.97 0.58 0 0.14
HSL 215.77º 0.95% 0.44% -
HSV(B) 215.77º 0.97% 0.86% -
XYZ 16.69 12.81 68.61 -
YUV 80.76 206.01 74.67 -
System Red Green Blue C M Y K H S L
Decimal 6 92 219 0.97 0.58 0 0.14 215.77 0.95 0.44
Hex 6 5C DB 61 3A 0 E D8 5F 2C
Octal 6 134 333 141 72 0 16 330 137 54
Binary 110 1011100 11011011 1100001 111010 0 1110 11011000 1011111 101100

Color Harmonies of #065CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065CDB

Black with #065CDB

Text Example


Text Example

White with #065CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,92,219); }

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

background-color css

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

 a { background-color: rgb(6,92,219); }

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

border-color css

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

 span { border-color: rgb(6,92,219); }

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