Html Css Color HEX #1883CF Navy Blue

📋 copy color: '#1883CF'

red 24 ◦ green 131 ◦ blue 207

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

Shades of Navy Blue #1883CF

Tints of Navy Blue #1883CF

RGB

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

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

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

R = 6.63%
G = 36.19%
B = 57.18%

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

#1883CF (or 0x1883CF) is known color: Navy Blue. HEX triplet: 18, 83 and CF. RGB value is (24,131,207). Sum of RGB (Red+Green+Blue) = 24+131+207=362 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.63% from 362); Green value is 131 (51.56% from 255 or 36.19% from 362); Blue value is 207 (81.25% from 255 or 57.18% from 362); Max value from RGB is 207 - color contains mainly: blue. Hex color #1883CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1883CF is #E77C30. Grayscale: #6B6B6B. Windows color (decimal): -15170609 or 13599512. OLE color: 13599512.

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

Color convert

RGB 24 131 207 -
CMYK 0.88 0.37 0 0.19
HSL 204.92º 0.79% 0.45% -
HSV(B) 204.92º 0.88% 0.81% -
XYZ 19.76 20.93 62.03 -
YUV 107.67 184.05 68.32 -
System Red Green Blue C M Y K H S L
Decimal 24 131 207 0.88 0.37 0 0.19 204.92 0.79 0.45
Hex 18 83 CF 58 25 0 13 CD 4F 2D
Octal 30 203 317 130 45 0 23 315 117 55
Binary 11000 10000011 11001111 1011000 100101 0 10011 11001101 1001111 101101

Color Harmonies of #1883CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1883CF

Black with #1883CF

Text Example


Text Example

White with #1883CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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