Html Css Color HEX #065CEA Navy Blue

📋 copy color: '#065CEA'

red 6 ◦ green 92 ◦ blue 234

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

Shades of Navy Blue #065CEA

Tints of Navy Blue #065CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 70.48%

R = 1.81%
G = 27.71%
B = 70.48%

CMYK

 C value IS 0.97

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#065CEA (or 0x065CEA) is known color: Navy Blue. HEX triplet: 06, 5C and EA. RGB value is (6,92,234). Sum of RGB (Red+Green+Blue) = 6+92+234=332 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.81% from 332); Green value is 92 (36.33% from 255 or 27.71% from 332); Blue value is 234 (91.80% from 255 or 70.48% from 332); Max value from RGB is 234 - color contains mainly: blue. Hex color #065CEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #065CEA is #F9A315. Grayscale: #515151. Windows color (decimal): -16360214 or 15358982. OLE color: 15358982.

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

Color convert

RGB 6 92 234 -
CMYK 0.97 0.61 0 0.08
HSL 217.37º 0.95% 0.47% -
HSV(B) 217.37º 0.97% 0.92% -
XYZ 18.75 13.63 79.49 -
YUV 82.47 213.51 73.45 -
System Red Green Blue C M Y K H S L
Decimal 6 92 234 0.97 0.61 0 0.08 217.37 0.95 0.47
Hex 6 5C EA 61 3D 0 8 D9 5F 2F
Octal 6 134 352 141 75 0 10 331 137 57
Binary 110 1011100 11101010 1100001 111101 0 1000 11011001 1011111 101111

Color Harmonies of #065CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065CEA

Black with #065CEA

Text Example


Text Example

White with #065CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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