Html Css Color HEX #1065EB Navy Blue

📋 copy color: '#1065EB'

red 16 ◦ green 101 ◦ blue 235

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

Shades of Navy Blue #1065EB

Tints of Navy Blue #1065EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 66.76%

R = 4.55%
G = 28.69%
B = 66.76%

CMYK

 C value IS 0.93

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1065EB (or 0x1065EB) is known color: Navy Blue. HEX triplet: 10, 65 and EB. RGB value is (16,101,235). Sum of RGB (Red+Green+Blue) = 16+101+235=352 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.55% from 352); Green value is 101 (39.84% from 255 or 28.69% from 352); Blue value is 235 (92.19% from 255 or 66.76% from 352); Max value from RGB is 235 - color contains mainly: blue. Hex color #1065EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1065EB is #EF9A14. Grayscale: #5A5A5A. Windows color (decimal): -15702549 or 15426832. OLE color: 15426832.

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

Color convert

RGB 16 101 235 -
CMYK 0.93 0.57 0 0.08
HSL 216.71º 0.87% 0.49% -
HSV(B) 216.71º 0.93% 0.92% -
XYZ 19.86 15.42 80.53 -
YUV 90.86 209.34 74.6 -
System Red Green Blue C M Y K H S L
Decimal 16 101 235 0.93 0.57 0 0.08 216.71 0.87 0.49
Hex 10 65 EB 5D 39 0 8 D9 57 31
Octal 20 145 353 135 71 0 10 331 127 61
Binary 10000 1100101 11101011 1011101 111001 0 1000 11011001 1010111 110001

Color Harmonies of #1065EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1065EB

Black with #1065EB

Text Example


Text Example

White with #1065EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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