Html Css Color HEX #065CEC Navy Blue

📋 copy color: '#065CEC'

red 6 ◦ green 92 ◦ blue 236

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

Shades of Navy Blue #065CEC

Tints of Navy Blue #065CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 70.66%

R = 1.8%
G = 27.54%
B = 70.66%

CMYK

 C value IS 0.97

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#065CEC (or 0x065CEC) is known color: Navy Blue. HEX triplet: 06, 5C and EC. RGB value is (6,92,236). Sum of RGB (Red+Green+Blue) = 6+92+236=334 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.80% from 334); Green value is 92 (36.33% from 255 or 27.54% from 334); Blue value is 236 (92.58% from 255 or 70.66% from 334); Max value from RGB is 236 - color contains mainly: blue. Hex color #065CEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #065CEC is #F9A313. Grayscale: #525252. Windows color (decimal): -16360212 or 15490054. OLE color: 15490054.

HSL color Cylindrical-coordinate representation of color #065CEC: hue angle of 217.57º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #065CEC is Cyan = 0.97, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 6 92 236 -
CMYK 0.97 0.61 0 0.07
HSL 217.57º 0.95% 0.47% -
HSV(B) 217.57º 0.97% 0.93% -
XYZ 19.04 13.75 81.01 -
YUV 82.7 214.51 73.29 -
System Red Green Blue C M Y K H S L
Decimal 6 92 236 0.97 0.61 0 0.07 217.57 0.95 0.47
Hex 6 5C EC 61 3D 0 7 DA 5F 2F
Octal 6 134 354 141 75 0 7 332 137 57
Binary 110 1011100 11101100 1100001 111101 0 111 11011010 1011111 101111

Color Harmonies of #065CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065CEC

Black with #065CEC

Text Example


Text Example

White with #065CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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