Html Css Color HEX #1078C2 Navy Blue

📋 copy color: '#1078C2'

red 16 ◦ green 120 ◦ blue 194

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

Shades of Navy Blue #1078C2

Tints of Navy Blue #1078C2

RGB

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

 GREEN value IS 120 (47.27% from 255) = 36.36%

 BLUE value IS 194 (76.17% from 255) = 58.79%

R = 4.85%
G = 36.36%
B = 58.79%

CMYK

 C value IS 0.92

 M value IS 0.38

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#1078C2 (or 0x1078C2) is known color: Navy Blue. HEX triplet: 10, 78 and C2. RGB value is (16,120,194). Sum of RGB (Red+Green+Blue) = 16+120+194=330 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.85% from 330); Green value is 120 (47.27% from 255 or 36.36% from 330); Blue value is 194 (76.17% from 255 or 58.79% from 330); Max value from RGB is 194 - color contains mainly: blue. Hex color #1078C2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1078C2 is #EF873D. Grayscale: #606060. Windows color (decimal): -15697726 or 12744720. OLE color: 12744720.

HSL color Cylindrical-coordinate representation of color #1078C2: hue angle of 204.94º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1078C2 is Cyan = 0.92, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 16 120 194 -
CMYK 0.92 0.38 0 0.24
HSL 204.94º 0.85% 0.41% -
HSV(B) 204.94º 0.92% 0.76% -
XYZ 16.67 17.44 53.53 -
YUV 97.34 182.54 69.98 -
System Red Green Blue C M Y K H S L
Decimal 16 120 194 0.92 0.38 0 0.24 204.94 0.85 0.41
Hex 10 78 C2 5C 26 0 18 CD 55 29
Octal 20 170 302 134 46 0 30 315 125 51
Binary 10000 1111000 11000010 1011100 100110 0 11000 11001101 1010101 101001

Color Harmonies of #1078C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1078C2

Black with #1078C2

Text Example


Text Example

White with #1078C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1078C2; }

 p { color: rgb(16,120,194); }

 H1.HeaderClassName
 {
   color: #1078C2;
 }
 .AnyTagClassName
 {
   color: #1078C2;
 }
</style>

background-color css

<style>
 a { background-color: #1078C2; }

 a { background-color: rgb(16,120,194); }

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

border-color css

<style>
 span { border-color: #1078C2; }

 span { border-color: rgb(16,120,194); }

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