Html Css Color HEX #065CDA Navy Blue

📋 copy color: '#065CDA'

red 6 ◦ green 92 ◦ blue 218

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

Shades of Navy Blue #065CDA

Tints of Navy Blue #065CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 68.99%

R = 1.9%
G = 29.11%
B = 68.99%

CMYK

 C value IS 0.97

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#065CDA (or 0x065CDA) is known color: Navy Blue. HEX triplet: 06, 5C and DA. RGB value is (6,92,218). Sum of RGB (Red+Green+Blue) = 6+92+218=316 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.90% from 316); Green value is 92 (36.33% from 255 or 29.11% from 316); Blue value is 218 (85.55% from 255 or 68.99% from 316); Max value from RGB is 218 - color contains mainly: blue. Hex color #065CDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #065CDA is #F9A325. Grayscale: #505050. Windows color (decimal): -16360230 or 14310406. OLE color: 14310406.

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

Color convert

RGB 6 92 218 -
CMYK 0.97 0.58 0 0.15
HSL 215.66º 0.95% 0.44% -
HSV(B) 215.66º 0.97% 0.85% -
XYZ 16.56 12.75 67.92 -
YUV 80.65 205.51 74.75 -
System Red Green Blue C M Y K H S L
Decimal 6 92 218 0.97 0.58 0 0.15 215.66 0.95 0.44
Hex 6 5C DA 61 3A 0 F D8 5F 2C
Octal 6 134 332 141 72 0 17 330 137 54
Binary 110 1011100 11011010 1100001 111010 0 1111 11011000 1011111 101100

Color Harmonies of #065CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065CDA

Black with #065CDA

Text Example


Text Example

White with #065CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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