Html Css Color HEX #1065ED Navy Blue

📋 copy color: '#1065ED'

red 16 ◦ green 101 ◦ blue 237

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

Shades of Navy Blue #1065ED

Tints of Navy Blue #1065ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 66.95%

R = 4.52%
G = 28.53%
B = 66.95%

CMYK

 C value IS 0.93

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1065ED (or 0x1065ED) is known color: Navy Blue. HEX triplet: 10, 65 and ED. RGB value is (16,101,237). Sum of RGB (Red+Green+Blue) = 16+101+237=354 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.52% from 354); Green value is 101 (39.84% from 255 or 28.53% from 354); Blue value is 237 (92.97% from 255 or 66.95% from 354); Max value from RGB is 237 - color contains mainly: blue. Hex color #1065ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1065ED is #EF9A12. Grayscale: #5A5A5A. Windows color (decimal): -15702547 or 15557904. OLE color: 15557904.

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

Color convert

RGB 16 101 237 -
CMYK 0.93 0.57 0 0.07
HSL 216.92º 0.87% 0.5% -
HSV(B) 216.92º 0.93% 0.93% -
XYZ 20.15 15.53 82.06 -
YUV 91.09 210.34 74.44 -
System Red Green Blue C M Y K H S L
Decimal 16 101 237 0.93 0.57 0 0.07 216.92 0.87 0.5
Hex 10 65 ED 5D 39 0 7 D9 57 32
Octal 20 145 355 135 71 0 7 331 127 62
Binary 10000 1100101 11101101 1011101 111001 0 111 11011001 1010111 110010

Color Harmonies of #1065ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1065ED

Black with #1065ED

Text Example


Text Example

White with #1065ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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