Html Css Color HEX #065CCE Navy Blue

📋 copy color: '#065CCE'

red 6 ◦ green 92 ◦ blue 206

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

Shades of Navy Blue #065CCE

Tints of Navy Blue #065CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 67.76%

R = 1.97%
G = 30.26%
B = 67.76%

CMYK

 C value IS 0.97

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#065CCE (or 0x065CCE) is known color: Navy Blue. HEX triplet: 06, 5C and CE. RGB value is (6,92,206). Sum of RGB (Red+Green+Blue) = 6+92+206=304 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.97% from 304); Green value is 92 (36.33% from 255 or 30.26% from 304); Blue value is 206 (80.86% from 255 or 67.76% from 304); Max value from RGB is 206 - color contains mainly: blue. Hex color #065CCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #065CCE is #F9A331. Grayscale: #4E4E4E. Windows color (decimal): -16360242 or 13523974. OLE color: 13523974.

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

Color convert

RGB 6 92 206 -
CMYK 0.97 0.55 0 0.19
HSL 214.2º 0.94% 0.42% -
HSV(B) 214.2º 0.97% 0.81% -
XYZ 15.04 12.15 59.94 -
YUV 79.28 199.51 75.73 -
System Red Green Blue C M Y K H S L
Decimal 6 92 206 0.97 0.55 0 0.19 214.2 0.94 0.42
Hex 6 5C CE 61 37 0 13 D6 5E 2A
Octal 6 134 316 141 67 0 23 326 136 52
Binary 110 1011100 11001110 1100001 110111 0 10011 11010110 1011110 101010

Color Harmonies of #065CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065CCE

Black with #065CCE

Text Example


Text Example

White with #065CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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