Html Css Color HEX #1883CC Navy Blue

📋 copy color: '#1883CC'

red 24 ◦ green 131 ◦ blue 204

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

Shades of Navy Blue #1883CC

Tints of Navy Blue #1883CC

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.49%

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

R = 6.69%
G = 36.49%
B = 56.82%

CMYK

 C value IS 0.88

 M value IS 0.36

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1883CC (or 0x1883CC) is known color: Navy Blue. HEX triplet: 18, 83 and CC. RGB value is (24,131,204). Sum of RGB (Red+Green+Blue) = 24+131+204=359 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.69% from 359); Green value is 131 (51.56% from 255 or 36.49% from 359); Blue value is 204 (80.08% from 255 or 56.82% from 359); Max value from RGB is 204 - color contains mainly: blue. Hex color #1883CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1883CC is #E77C33. Grayscale: #6A6A6A. Windows color (decimal): -15170612 or 13402904. OLE color: 13402904.

HSL color Cylindrical-coordinate representation of color #1883CC: hue angle of 204.33º 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 #1883CC is Cyan = 0.88, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 24 131 204 -
CMYK 0.88 0.36 0 0.2
HSL 204.33º 0.79% 0.45% -
HSV(B) 204.33º 0.88% 0.8% -
XYZ 19.39 20.79 60.12 -
YUV 107.33 182.55 68.56 -
System Red Green Blue C M Y K H S L
Decimal 24 131 204 0.88 0.36 0 0.2 204.33 0.79 0.45
Hex 18 83 CC 58 24 0 14 CC 4F 2D
Octal 30 203 314 130 44 0 24 314 117 55
Binary 11000 10000011 11001100 1011000 100100 0 10100 11001100 1001111 101101

Color Harmonies of #1883CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1883CC

Black with #1883CC

Text Example


Text Example

White with #1883CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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