Html Css Color HEX #1883CE Navy Blue

📋 copy color: '#1883CE'

red 24 ◦ green 131 ◦ blue 206

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

Shades of Navy Blue #1883CE

Tints of Navy Blue #1883CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 57.06%

R = 6.65%
G = 36.29%
B = 57.06%

CMYK

 C value IS 0.88

 M value IS 0.36

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1883CE (or 0x1883CE) is known color: Navy Blue. HEX triplet: 18, 83 and CE. RGB value is (24,131,206). Sum of RGB (Red+Green+Blue) = 24+131+206=361 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.65% from 361); Green value is 131 (51.56% from 255 or 36.29% from 361); Blue value is 206 (80.86% from 255 or 57.06% from 361); Max value from RGB is 206 - color contains mainly: blue. Hex color #1883CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1883CE is #E77C31. Grayscale: #6B6B6B. Windows color (decimal): -15170610 or 13533976. OLE color: 13533976.

HSL color Cylindrical-coordinate representation of color #1883CE: hue angle of 204.73º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1883CE is Cyan = 0.88, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 24 131 206 -
CMYK 0.88 0.36 0 0.19
HSL 204.73º 0.79% 0.45% -
HSV(B) 204.73º 0.88% 0.81% -
XYZ 19.63 20.88 61.39 -
YUV 107.56 183.55 68.4 -
System Red Green Blue C M Y K H S L
Decimal 24 131 206 0.88 0.36 0 0.19 204.73 0.79 0.45
Hex 18 83 CE 58 24 0 13 CD 4F 2D
Octal 30 203 316 130 44 0 23 315 117 55
Binary 11000 10000011 11001110 1011000 100100 0 10011 11001101 1001111 101101

Color Harmonies of #1883CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1883CE

Black with #1883CE

Text Example


Text Example

White with #1883CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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