Html Css Color HEX #1074DB Navy Blue

📋 copy color: '#1074DB'

red 16 ◦ green 116 ◦ blue 219

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

Shades of Navy Blue #1074DB

Tints of Navy Blue #1074DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 62.39%

R = 4.56%
G = 33.05%
B = 62.39%

CMYK

 C value IS 0.93

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1074DB (or 0x1074DB) is known color: Navy Blue. HEX triplet: 10, 74 and DB. RGB value is (16,116,219). Sum of RGB (Red+Green+Blue) = 16+116+219=351 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.56% from 351); Green value is 116 (45.70% from 255 or 33.05% from 351); Blue value is 219 (85.94% from 255 or 62.39% from 351); Max value from RGB is 219 - color contains mainly: blue. Hex color #1074DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1074DB is #EF8B24. Grayscale: #616161. Windows color (decimal): -15698725 or 14382096. OLE color: 14382096.

HSL color Cylindrical-coordinate representation of color #1074DB: hue angle of 210.44º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1074DB is Cyan = 0.93, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 16 116 219 -
CMYK 0.93 0.47 0 0.14
HSL 210.44º 0.86% 0.46% -
HSV(B) 210.44º 0.93% 0.86% -
XYZ 19.25 17.72 69.42 -
YUV 97.84 196.37 69.62 -
System Red Green Blue C M Y K H S L
Decimal 16 116 219 0.93 0.47 0 0.14 210.44 0.86 0.46
Hex 10 74 DB 5D 2F 0 E D2 56 2E
Octal 20 164 333 135 57 0 16 322 126 56
Binary 10000 1110100 11011011 1011101 101111 0 1110 11010010 1010110 101110

Color Harmonies of #1074DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1074DB

Black with #1074DB

Text Example


Text Example

White with #1074DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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