Html Css Color HEX #1583CC Navy Blue

📋 copy color: '#1583CC'

red 21 ◦ green 131 ◦ blue 204

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

Shades of Navy Blue #1583CC

Tints of Navy Blue #1583CC

RGB

 RED value IS 21 (8.59% from 255) = 5.9%

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

 BLUE value IS 204 (80.08% from 255) = 57.3%

R = 5.9%
G = 36.8%
B = 57.3%

CMYK

 C value IS 0.90

 M value IS 0.36

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1583CC (or 0x1583CC) is known color: Navy Blue. HEX triplet: 15, 83 and CC. RGB value is (21,131,204). Sum of RGB (Red+Green+Blue) = 21+131+204=356 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.90% from 356); Green value is 131 (51.56% from 255 or 36.80% from 356); Blue value is 204 (80.08% from 255 or 57.30% from 356); Max value from RGB is 204 - color contains mainly: blue. Hex color #1583CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1583CC is #EA7C33. Grayscale: #6A6A6A. Windows color (decimal): -15367220 or 13402901. OLE color: 13402901.

HSL color Cylindrical-coordinate representation of color #1583CC: hue angle of 203.93º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1583CC is Cyan = 0.90, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 21 131 204 -
CMYK 0.90 0.36 0 0.2
HSL 203.93º 0.81% 0.44% -
HSV(B) 203.93º 0.9% 0.8% -
XYZ 19.32 20.75 60.11 -
YUV 106.43 183.06 67.06 -
System Red Green Blue C M Y K H S L
Decimal 21 131 204 0.90 0.36 0 0.2 203.93 0.81 0.44
Hex 15 83 CC 5A 24 0 14 CC 51 2C
Octal 25 203 314 132 44 0 24 314 121 54
Binary 10101 10000011 11001100 1011010 100100 0 10100 11001100 1010001 101100

Color Harmonies of #1583CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1583CC

Black with #1583CC

Text Example


Text Example

White with #1583CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1583CC; }

 p { color: rgb(21,131,204); }

 H1.HeaderClassName
 {
   color: #1583CC;
 }
 .AnyTagClassName
 {
   color: #1583CC;
 }
</style>

background-color css

<style>
 a { background-color: #1583CC; }

 a { background-color: rgb(21,131,204); }

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

border-color css

<style>
 span { border-color: #1583CC; }

 span { border-color: rgb(21,131,204); }

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