Html Css Color HEX #1883CB Navy Blue

📋 copy color: '#1883CB'

red 24 ◦ green 131 ◦ blue 203

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

Shades of Navy Blue #1883CB

Tints of Navy Blue #1883CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 56.7%

R = 6.7%
G = 36.59%
B = 56.7%

CMYK

 C value IS 0.88

 M value IS 0.35

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1883CB (or 0x1883CB) is known color: Navy Blue. HEX triplet: 18, 83 and CB. RGB value is (24,131,203). Sum of RGB (Red+Green+Blue) = 24+131+203=358 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.70% from 358); Green value is 131 (51.56% from 255 or 36.59% from 358); Blue value is 203 (79.69% from 255 or 56.70% from 358); Max value from RGB is 203 - color contains mainly: blue. Hex color #1883CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1883CB is #E77C34. Grayscale: #6A6A6A. Windows color (decimal): -15170613 or 13337368. OLE color: 13337368.

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

Color convert

RGB 24 131 203 -
CMYK 0.88 0.35 0 0.20
HSL 204.13º 0.79% 0.45% -
HSV(B) 204.13º 0.88% 0.8% -
XYZ 19.27 20.74 59.49 -
YUV 107.22 182.05 68.65 -
System Red Green Blue C M Y K H S L
Decimal 24 131 203 0.88 0.35 0 0.20 204.13 0.79 0.45
Hex 18 83 CB 58 23 0 14 CC 4F 2D
Octal 30 203 313 130 43 0 24 314 117 55
Binary 11000 10000011 11001011 1011000 100011 0 10100 11001100 1001111 101101

Color Harmonies of #1883CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1883CB

Black with #1883CB

Text Example


Text Example

White with #1883CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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