Html Css Color HEX #1065CE Navy Blue

📋 copy color: '#1065CE'

red 16 ◦ green 101 ◦ blue 206

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

Shades of Navy Blue #1065CE

Tints of Navy Blue #1065CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 63.78%

R = 4.95%
G = 31.27%
B = 63.78%

CMYK

 C value IS 0.92

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1065CE (or 0x1065CE) is known color: Navy Blue. HEX triplet: 10, 65 and CE. RGB value is (16,101,206). Sum of RGB (Red+Green+Blue) = 16+101+206=323 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.95% from 323); Green value is 101 (39.84% from 255 or 31.27% from 323); Blue value is 206 (80.86% from 255 or 63.78% from 323); Max value from RGB is 206 - color contains mainly: blue. Hex color #1065CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1065CE is #EF9A31. Grayscale: #575757. Windows color (decimal): -15702578 or 13526288. OLE color: 13526288.

HSL color Cylindrical-coordinate representation of color #1065CE: hue angle of 213.16º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1065CE is Cyan = 0.92, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 16 101 206 -
CMYK 0.92 0.51 0 0.19
HSL 213.16º 0.86% 0.44% -
HSV(B) 213.16º 0.92% 0.81% -
XYZ 16.01 13.87 60.23 -
YUV 87.56 194.84 76.96 -
System Red Green Blue C M Y K H S L
Decimal 16 101 206 0.92 0.51 0 0.19 213.16 0.86 0.44
Hex 10 65 CE 5C 33 0 13 D5 56 2C
Octal 20 145 316 134 63 0 23 325 126 54
Binary 10000 1100101 11001110 1011100 110011 0 10011 11010101 1010110 101100

Color Harmonies of #1065CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1065CE

Black with #1065CE

Text Example


Text Example

White with #1065CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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