Html Css Color HEX #1885D7 Navy Blue

📋 copy color: '#1885D7'

red 24 ◦ green 133 ◦ blue 215

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

Shades of Navy Blue #1885D7

Tints of Navy Blue #1885D7

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.75%

 BLUE value IS 215 (84.38% from 255) = 57.8%

R = 6.45%
G = 35.75%
B = 57.8%

CMYK

 C value IS 0.89

 M value IS 0.38

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#1885D7 (or 0x1885D7) is known color: Navy Blue. HEX triplet: 18, 85 and D7. RGB value is (24,133,215). Sum of RGB (Red+Green+Blue) = 24+133+215=372 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.45% from 372); Green value is 133 (52.34% from 255 or 35.75% from 372); Blue value is 215 (84.38% from 255 or 57.80% from 372); Max value from RGB is 215 - color contains mainly: blue. Hex color #1885D7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1885D7 is #E77A28. Grayscale: #6D6D6D. Windows color (decimal): -15170089 or 14124312. OLE color: 14124312.

HSL color Cylindrical-coordinate representation of color #1885D7: hue angle of 205.76º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1885D7 is Cyan = 0.89, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 24 133 215 -
CMYK 0.89 0.38 0 0.16
HSL 205.76º 0.8% 0.47% -
HSV(B) 205.76º 0.89% 0.84% -
XYZ 21.03 21.88 67.4 -
YUV 109.76 187.39 66.83 -
System Red Green Blue C M Y K H S L
Decimal 24 133 215 0.89 0.38 0 0.16 205.76 0.8 0.47
Hex 18 85 D7 59 26 0 10 CE 50 2F
Octal 30 205 327 131 46 0 20 316 120 57
Binary 11000 10000101 11010111 1011001 100110 0 10000 11001110 1010000 101111

Color Harmonies of #1885D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1885D7

Black with #1885D7

Text Example


Text Example

White with #1885D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1885D7; }

 p { color: rgb(24,133,215); }

 H1.HeaderClassName
 {
   color: #1885D7;
 }
 .AnyTagClassName
 {
   color: #1885D7;
 }
</style>

background-color css

<style>
 a { background-color: #1885D7; }

 a { background-color: rgb(24,133,215); }

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

border-color css

<style>
 span { border-color: #1885D7; }

 span { border-color: rgb(24,133,215); }

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