Html Css Color HEX #065CDF Navy Blue

📋 copy color: '#065CDF'

red 6 ◦ green 92 ◦ blue 223

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

Shades of Navy Blue #065CDF

Tints of Navy Blue #065CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 69.47%

R = 1.87%
G = 28.66%
B = 69.47%

CMYK

 C value IS 0.97

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#065CDF (or 0x065CDF) is known color: Navy Blue. HEX triplet: 06, 5C and DF. RGB value is (6,92,223). Sum of RGB (Red+Green+Blue) = 6+92+223=321 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.87% from 321); Green value is 92 (36.33% from 255 or 28.66% from 321); Blue value is 223 (87.5% from 255 or 69.47% from 321); Max value from RGB is 223 - color contains mainly: blue. Hex color #065CDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #065CDF is #F9A320. Grayscale: #505050. Windows color (decimal): -16360225 or 14638086. OLE color: 14638086.

HSL color Cylindrical-coordinate representation of color #065CDF: hue angle of 216.22º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #065CDF is Cyan = 0.97, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 6 92 223 -
CMYK 0.97 0.59 0 0.13
HSL 216.22º 0.95% 0.45% -
HSV(B) 216.22º 0.97% 0.87% -
XYZ 17.22 13.02 71.42 -
YUV 81.22 208.01 74.35 -
System Red Green Blue C M Y K H S L
Decimal 6 92 223 0.97 0.59 0 0.13 216.22 0.95 0.45
Hex 6 5C DF 61 3B 0 D D8 5F 2D
Octal 6 134 337 141 73 0 15 330 137 55
Binary 110 1011100 11011111 1100001 111011 0 1101 11011000 1011111 101101

Color Harmonies of #065CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065CDF

Black with #065CDF

Text Example


Text Example

White with #065CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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