Html Css Color HEX #1075CE Navy Blue

📋 copy color: '#1075CE'

red 16 ◦ green 117 ◦ blue 206

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

Shades of Navy Blue #1075CE

Tints of Navy Blue #1075CE

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.51%

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

R = 4.72%
G = 34.51%
B = 60.77%

CMYK

 C value IS 0.92

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1075CE (or 0x1075CE) is known color: Navy Blue. HEX triplet: 10, 75 and CE. RGB value is (16,117,206). Sum of RGB (Red+Green+Blue) = 16+117+206=339 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.72% from 339); Green value is 117 (46.09% from 255 or 34.51% from 339); Blue value is 206 (80.86% from 255 or 60.77% from 339); Max value from RGB is 206 - color contains mainly: blue. Hex color #1075CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1075CE is #EF8A31. Grayscale: #606060. Windows color (decimal): -15698482 or 13530384. OLE color: 13530384.

HSL color Cylindrical-coordinate representation of color #1075CE: hue angle of 208.11º 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 #1075CE is Cyan = 0.92, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 16 117 206 -
CMYK 0.92 0.43 0 0.19
HSL 208.11º 0.86% 0.44% -
HSV(B) 208.11º 0.92% 0.81% -
XYZ 17.72 17.29 60.8 -
YUV 96.95 189.54 70.26 -
System Red Green Blue C M Y K H S L
Decimal 16 117 206 0.92 0.43 0 0.19 208.11 0.86 0.44
Hex 10 75 CE 5C 2B 0 13 D0 56 2C
Octal 20 165 316 134 53 0 23 320 126 54
Binary 10000 1110101 11001110 1011100 101011 0 10011 11010000 1010110 101100

Color Harmonies of #1075CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1075CE

Black with #1075CE

Text Example


Text Example

White with #1075CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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