Html Css Color HEX #065CE3 Navy Blue

📋 copy color: '#065CE3'

red 6 ◦ green 92 ◦ blue 227

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

Shades of Navy Blue #065CE3

Tints of Navy Blue #065CE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 69.85%

R = 1.85%
G = 28.31%
B = 69.85%

CMYK

 C value IS 0.97

 M value IS 0.59

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#065CE3 (or 0x065CE3) is known color: Navy Blue. HEX triplet: 06, 5C and E3. RGB value is (6,92,227). Sum of RGB (Red+Green+Blue) = 6+92+227=325 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.85% from 325); Green value is 92 (36.33% from 255 or 28.31% from 325); Blue value is 227 (89.06% from 255 or 69.85% from 325); Max value from RGB is 227 - color contains mainly: blue. Hex color #065CE3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #065CE3 is #F9A31C. Grayscale: #515151. Windows color (decimal): -16360221 or 14900230. OLE color: 14900230.

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

Color convert

RGB 6 92 227 -
CMYK 0.97 0.59 0 0.11
HSL 216.65º 0.95% 0.46% -
HSV(B) 216.65º 0.97% 0.89% -
XYZ 17.77 13.24 74.29 -
YUV 81.68 210.01 74.02 -
System Red Green Blue C M Y K H S L
Decimal 6 92 227 0.97 0.59 0 0.11 216.65 0.95 0.46
Hex 6 5C E3 61 3B 0 B D9 5F 2E
Octal 6 134 343 141 73 0 13 331 137 56
Binary 110 1011100 11100011 1100001 111011 0 1011 11011001 1011111 101110

Color Harmonies of #065CE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065CE3

Black with #065CE3

Text Example


Text Example

White with #065CE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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