Html Css Color HEX #1484CF Navy Blue

📋 copy color: '#1484CF'

red 20 ◦ green 132 ◦ blue 207

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

Shades of Navy Blue #1484CF

Tints of Navy Blue #1484CF

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.77%

 BLUE value IS 207 (81.25% from 255) = 57.66%

R = 5.57%
G = 36.77%
B = 57.66%

CMYK

 C value IS 0.90

 M value IS 0.36

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1484CF (or 0x1484CF) is known color: Navy Blue. HEX triplet: 14, 84 and CF. RGB value is (20,132,207). Sum of RGB (Red+Green+Blue) = 20+132+207=359 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.57% from 359); Green value is 132 (51.95% from 255 or 36.77% from 359); Blue value is 207 (81.25% from 255 or 57.66% from 359); Max value from RGB is 207 - color contains mainly: blue. Hex color #1484CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1484CF is #EB7B30. Grayscale: #6A6A6A. Windows color (decimal): -15432497 or 13599764. OLE color: 13599764.

HSL color Cylindrical-coordinate representation of color #1484CF: hue angle of 204.06º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1484CF is Cyan = 0.90, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 20 132 207 -
CMYK 0.90 0.36 0 0.19
HSL 204.06º 0.82% 0.45% -
HSV(B) 204.06º 0.9% 0.81% -
XYZ 19.8 21.16 62.07 -
YUV 107.06 184.39 65.9 -
System Red Green Blue C M Y K H S L
Decimal 20 132 207 0.90 0.36 0 0.19 204.06 0.82 0.45
Hex 14 84 CF 5A 24 0 13 CC 52 2D
Octal 24 204 317 132 44 0 23 314 122 55
Binary 10100 10000100 11001111 1011010 100100 0 10011 11001100 1010010 101101

Color Harmonies of #1484CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1484CF

Black with #1484CF

Text Example


Text Example

White with #1484CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1484CF; }

 p { color: rgb(20,132,207); }

 H1.HeaderClassName
 {
   color: #1484CF;
 }
 .AnyTagClassName
 {
   color: #1484CF;
 }
</style>

background-color css

<style>
 a { background-color: #1484CF; }

 a { background-color: rgb(20,132,207); }

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

border-color css

<style>
 span { border-color: #1484CF; }

 span { border-color: rgb(20,132,207); }

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