Html Css Color HEX #1065EF Navy Blue

📋 copy color: '#1065EF'

red 16 ◦ green 101 ◦ blue 239

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

Shades of Navy Blue #1065EF

Tints of Navy Blue #1065EF

RGB

 RED value IS 16 (6.64% from 255) = 4.49%

 GREEN value IS 101 (39.84% from 255) = 28.37%

 BLUE value IS 239 (93.75% from 255) = 67.13%

R = 4.49%
G = 28.37%
B = 67.13%

CMYK

 C value IS 0.93

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1065EF (or 0x1065EF) is known color: Navy Blue. HEX triplet: 10, 65 and EF. RGB value is (16,101,239). Sum of RGB (Red+Green+Blue) = 16+101+239=356 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.49% from 356); Green value is 101 (39.84% from 255 or 28.37% from 356); Blue value is 239 (93.75% from 255 or 67.13% from 356); Max value from RGB is 239 - color contains mainly: blue. Hex color #1065EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1065EF is #EF9A10. Grayscale: #5A5A5A. Windows color (decimal): -15702545 or 15688976. OLE color: 15688976.

HSL color Cylindrical-coordinate representation of color #1065EF: hue angle of 217.13º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1065EF is Cyan = 0.93, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 16 101 239 -
CMYK 0.93 0.58 0 0.06
HSL 217.13º 0.87% 0.5% -
HSV(B) 217.13º 0.93% 0.94% -
XYZ 20.45 15.65 83.6 -
YUV 91.32 211.34 74.28 -
System Red Green Blue C M Y K H S L
Decimal 16 101 239 0.93 0.58 0 0.06 217.13 0.87 0.5
Hex 10 65 EF 5D 3A 0 6 D9 57 32
Octal 20 145 357 135 72 0 6 331 127 62
Binary 10000 1100101 11101111 1011101 111010 0 110 11011001 1010111 110010

Color Harmonies of #1065EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1065EF

Black with #1065EF

Text Example


Text Example

White with #1065EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1065EF; }

 p { color: rgb(16,101,239); }

 H1.HeaderClassName
 {
   color: #1065EF;
 }
 .AnyTagClassName
 {
   color: #1065EF;
 }
</style>

background-color css

<style>
 a { background-color: #1065EF; }

 a { background-color: rgb(16,101,239); }

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

border-color css

<style>
 span { border-color: #1065EF; }

 span { border-color: rgb(16,101,239); }

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