Html Css Color HEX #1474CC Navy Blue

📋 copy color: '#1474CC'

red 20 ◦ green 116 ◦ blue 204

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

Shades of Navy Blue #1474CC

Tints of Navy Blue #1474CC

RGB

 RED value IS 20 (8.2% from 255) = 5.88%

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

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

R = 5.88%
G = 34.12%
B = 60%

CMYK

 C value IS 0.90

 M value IS 0.43

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1474CC (or 0x1474CC) is known color: Navy Blue. HEX triplet: 14, 74 and CC. RGB value is (20,116,204). Sum of RGB (Red+Green+Blue) = 20+116+204=340 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.88% from 340); Green value is 116 (45.70% from 255 or 34.12% from 340); Blue value is 204 (80.08% from 255 or 60% from 340); Max value from RGB is 204 - color contains mainly: blue. Hex color #1474CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1474CC is #EB8B33. Grayscale: #606060. Windows color (decimal): -15436596 or 13399060. OLE color: 13399060.

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

Color convert

RGB 20 116 204 -
CMYK 0.90 0.43 0 0.2
HSL 208.7º 0.82% 0.44% -
HSV(B) 208.7º 0.9% 0.8% -
XYZ 17.43 17 59.49 -
YUV 97.33 188.2 72.84 -
System Red Green Blue C M Y K H S L
Decimal 20 116 204 0.90 0.43 0 0.2 208.7 0.82 0.44
Hex 14 74 CC 5A 2B 0 14 D1 52 2C
Octal 24 164 314 132 53 0 24 321 122 54
Binary 10100 1110100 11001100 1011010 101011 0 10100 11010001 1010010 101100

Color Harmonies of #1474CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1474CC

Black with #1474CC

Text Example


Text Example

White with #1474CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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