Html Css Color HEX #065FE3 Navy Blue

📋 copy color: '#065FE3'

red 6 ◦ green 95 ◦ blue 227

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

Shades of Navy Blue #065FE3

Tints of Navy Blue #065FE3

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.96%

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

R = 1.83%
G = 28.96%
B = 69.21%

CMYK

 C value IS 0.97

 M value IS 0.58

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#065FE3 (or 0x065FE3) is known color: Navy Blue. HEX triplet: 06, 5F and E3. RGB value is (6,95,227). Sum of RGB (Red+Green+Blue) = 6+95+227=328 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.83% from 328); Green value is 95 (37.5% from 255 or 28.96% from 328); Blue value is 227 (89.06% from 255 or 69.21% from 328); Max value from RGB is 227 - color contains mainly: blue. Hex color #065FE3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #065FE3 is #F9A01C. Grayscale: #525252. Windows color (decimal): -16359453 or 14900998. OLE color: 14900998.

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

Color convert

RGB 6 95 227 -
CMYK 0.97 0.58 0 0.11
HSL 215.84º 0.95% 0.46% -
HSV(B) 215.84º 0.97% 0.89% -
XYZ 18.03 13.77 74.38 -
YUV 83.44 209.01 72.77 -
System Red Green Blue C M Y K H S L
Decimal 6 95 227 0.97 0.58 0 0.11 215.84 0.95 0.46
Hex 6 5F E3 61 3A 0 B D8 5F 2E
Octal 6 137 343 141 72 0 13 330 137 56
Binary 110 1011111 11100011 1100001 111010 0 1011 11011000 1011111 101110

Color Harmonies of #065FE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065FE3

Black with #065FE3

Text Example


Text Example

White with #065FE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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