Html Css Color HEX #1074CC Navy Blue

📋 copy color: '#1074CC'

red 16 ◦ green 116 ◦ blue 204

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

Shades of Navy Blue #1074CC

Tints of Navy Blue #1074CC

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.52%

 BLUE value IS 204 (80.08% from 255) = 60.71%

R = 4.76%
G = 34.52%
B = 60.71%

CMYK

 C value IS 0.92

 M value IS 0.43

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1074CC (or 0x1074CC) is known color: Navy Blue. HEX triplet: 10, 74 and CC. RGB value is (16,116,204). Sum of RGB (Red+Green+Blue) = 16+116+204=336 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.76% from 336); Green value is 116 (45.70% from 255 or 34.52% from 336); Blue value is 204 (80.08% from 255 or 60.71% from 336); Max value from RGB is 204 - color contains mainly: blue. Hex color #1074CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1074CC is #EF8B33. Grayscale: #5F5F5F. Windows color (decimal): -15698740 or 13399056. OLE color: 13399056.

HSL color Cylindrical-coordinate representation of color #1074CC: hue angle of 208.09º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1074CC is Cyan = 0.92, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 16 116 204 -
CMYK 0.92 0.43 0 0.2
HSL 208.09º 0.85% 0.43% -
HSV(B) 208.09º 0.92% 0.8% -
XYZ 17.36 16.96 59.49 -
YUV 96.13 188.87 70.84 -
System Red Green Blue C M Y K H S L
Decimal 16 116 204 0.92 0.43 0 0.2 208.09 0.85 0.43
Hex 10 74 CC 5C 2B 0 14 D0 55 2B
Octal 20 164 314 134 53 0 24 320 125 53
Binary 10000 1110100 11001100 1011100 101011 0 10100 11010000 1010101 101011

Color Harmonies of #1074CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1074CC

Black with #1074CC

Text Example


Text Example

White with #1074CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1074CC; }

 p { color: rgb(16,116,204); }

 H1.HeaderClassName
 {
   color: #1074CC;
 }
 .AnyTagClassName
 {
   color: #1074CC;
 }
</style>

background-color css

<style>
 a { background-color: #1074CC; }

 a { background-color: rgb(16,116,204); }

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

border-color css

<style>
 span { border-color: #1074CC; }

 span { border-color: rgb(16,116,204); }

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