Html Css Color HEX #1065D6 Navy Blue

📋 copy color: '#1065D6'

red 16 ◦ green 101 ◦ blue 214

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

Shades of Navy Blue #1065D6

Tints of Navy Blue #1065D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 64.65%

R = 4.83%
G = 30.51%
B = 64.65%

CMYK

 C value IS 0.93

 M value IS 0.53

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#1065D6 (or 0x1065D6) is known color: Navy Blue. HEX triplet: 10, 65 and D6. RGB value is (16,101,214). Sum of RGB (Red+Green+Blue) = 16+101+214=331 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.83% from 331); Green value is 101 (39.84% from 255 or 30.51% from 331); Blue value is 214 (83.98% from 255 or 64.65% from 331); Max value from RGB is 214 - color contains mainly: blue. Hex color #1065D6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1065D6 is #EF9A29. Grayscale: #575757. Windows color (decimal): -15702570 or 14050576. OLE color: 14050576.

HSL color Cylindrical-coordinate representation of color #1065D6: hue angle of 214.24º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1065D6 is Cyan = 0.93, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 16 101 214 -
CMYK 0.93 0.53 0 0.16
HSL 214.24º 0.86% 0.45% -
HSV(B) 214.24º 0.93% 0.84% -
XYZ 17 14.27 65.48 -
YUV 88.47 198.84 76.31 -
System Red Green Blue C M Y K H S L
Decimal 16 101 214 0.93 0.53 0 0.16 214.24 0.86 0.45
Hex 10 65 D6 5D 35 0 10 D6 56 2D
Octal 20 145 326 135 65 0 20 326 126 55
Binary 10000 1100101 11010110 1011101 110101 0 10000 11010110 1010110 101101

Color Harmonies of #1065D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1065D6

Black with #1065D6

Text Example


Text Example

White with #1065D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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