Html Css Color HEX #1884CC Navy Blue

📋 copy color: '#1884CC'

red 24 ◦ green 132 ◦ blue 204

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

Shades of Navy Blue #1884CC

Tints of Navy Blue #1884CC

RGB

 RED value IS 24 (9.77% from 255) = 6.67%

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

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

R = 6.67%
G = 36.67%
B = 56.67%

CMYK

 C value IS 0.88

 M value IS 0.35

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1884CC (or 0x1884CC) is known color: Navy Blue. HEX triplet: 18, 84 and CC. RGB value is (24,132,204). Sum of RGB (Red+Green+Blue) = 24+132+204=360 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.67% from 360); Green value is 132 (51.95% from 255 or 36.67% from 360); Blue value is 204 (80.08% from 255 or 56.67% from 360); Max value from RGB is 204 - color contains mainly: blue. Hex color #1884CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1884CC is #E77B33. Grayscale: #6B6B6B. Windows color (decimal): -15170356 or 13403160. OLE color: 13403160.

HSL color Cylindrical-coordinate representation of color #1884CC: hue angle of 204º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1884CC is Cyan = 0.88, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 24 132 204 -
CMYK 0.88 0.35 0 0.2
HSL 204º 0.79% 0.45% -
HSV(B) 204º 0.88% 0.8% -
XYZ 19.53 21.06 60.16 -
YUV 107.92 182.22 68.15 -
System Red Green Blue C M Y K H S L
Decimal 24 132 204 0.88 0.35 0 0.2 204 0.79 0.45
Hex 18 84 CC 58 23 0 14 CC 4F 2D
Octal 30 204 314 130 43 0 24 314 117 55
Binary 11000 10000100 11001100 1011000 100011 0 10100 11001100 1001111 101101

Color Harmonies of #1884CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1884CC

Black with #1884CC

Text Example


Text Example

White with #1884CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,132,204); }

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

background-color css

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

 a { background-color: rgb(24,132,204); }

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

border-color css

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

 span { border-color: rgb(24,132,204); }

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