Html Css Color HEX #065CE8 Navy Blue

📋 copy color: '#065CE8'

red 6 ◦ green 92 ◦ blue 232

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

Shades of Navy Blue #065CE8

Tints of Navy Blue #065CE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 70.3%

R = 1.82%
G = 27.88%
B = 70.3%

CMYK

 C value IS 0.97

 M value IS 0.60

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#065CE8 (or 0x065CE8) is known color: Navy Blue. HEX triplet: 06, 5C and E8. RGB value is (6,92,232). Sum of RGB (Red+Green+Blue) = 6+92+232=330 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.82% from 330); Green value is 92 (36.33% from 255 or 27.88% from 330); Blue value is 232 (91.02% from 255 or 70.30% from 330); Max value from RGB is 232 - color contains mainly: blue. Hex color #065CE8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #065CE8 is #F9A317. Grayscale: #515151. Windows color (decimal): -16360216 or 15227910. OLE color: 15227910.

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

Color convert

RGB 6 92 232 -
CMYK 0.97 0.60 0 0.09
HSL 217.17º 0.95% 0.47% -
HSV(B) 217.17º 0.97% 0.91% -
XYZ 18.47 13.52 77.98 -
YUV 82.25 212.51 73.62 -
System Red Green Blue C M Y K H S L
Decimal 6 92 232 0.97 0.60 0 0.09 217.17 0.95 0.47
Hex 6 5C E8 61 3C 0 9 D9 5F 2F
Octal 6 134 350 141 74 0 11 331 137 57
Binary 110 1011100 11101000 1100001 111100 0 1001 11011001 1011111 101111

Color Harmonies of #065CE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065CE8

Black with #065CE8

Text Example


Text Example

White with #065CE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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