Html Css Color HEX #1882CF Navy Blue

📋 copy color: '#1882CF'

red 24 ◦ green 130 ◦ blue 207

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

Shades of Navy Blue #1882CF

Tints of Navy Blue #1882CF

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.01%

 BLUE value IS 207 (81.25% from 255) = 57.34%

R = 6.65%
G = 36.01%
B = 57.34%

CMYK

 C value IS 0.88

 M value IS 0.37

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1882CF (or 0x1882CF) is known color: Navy Blue. HEX triplet: 18, 82 and CF. RGB value is (24,130,207). Sum of RGB (Red+Green+Blue) = 24+130+207=361 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.65% from 361); Green value is 130 (51.17% from 255 or 36.01% from 361); Blue value is 207 (81.25% from 255 or 57.34% from 361); Max value from RGB is 207 - color contains mainly: blue. Hex color #1882CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1882CF is #E77D30. Grayscale: #6A6A6A. Windows color (decimal): -15170865 or 13599256. OLE color: 13599256.

HSL color Cylindrical-coordinate representation of color #1882CF: hue angle of 205.25º 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 #1882CF is Cyan = 0.88, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 24 130 207 -
CMYK 0.88 0.37 0 0.19
HSL 205.25º 0.79% 0.45% -
HSV(B) 205.25º 0.88% 0.81% -
XYZ 19.62 20.66 61.99 -
YUV 107.08 184.38 68.74 -
System Red Green Blue C M Y K H S L
Decimal 24 130 207 0.88 0.37 0 0.19 205.25 0.79 0.45
Hex 18 82 CF 58 25 0 13 CD 4F 2D
Octal 30 202 317 130 45 0 23 315 117 55
Binary 11000 10000010 11001111 1011000 100101 0 10011 11001101 1001111 101101

Color Harmonies of #1882CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1882CF

Black with #1882CF

Text Example


Text Example

White with #1882CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1882CF; }

 p { color: rgb(24,130,207); }

 H1.HeaderClassName
 {
   color: #1882CF;
 }
 .AnyTagClassName
 {
   color: #1882CF;
 }
</style>

background-color css

<style>
 a { background-color: #1882CF; }

 a { background-color: rgb(24,130,207); }

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

border-color css

<style>
 span { border-color: #1882CF; }

 span { border-color: rgb(24,130,207); }

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