Html Css Color HEX #1981CA Navy Blue

📋 copy color: '#1981CA'

red 25 ◦ green 129 ◦ blue 202

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

Shades of Navy Blue #1981CA

Tints of Navy Blue #1981CA

RGB

 RED value IS 25 (10.16% from 255) = 7.02%

 GREEN value IS 129 (50.78% from 255) = 36.24%

 BLUE value IS 202 (79.3% from 255) = 56.74%

R = 7.02%
G = 36.24%
B = 56.74%

CMYK

 C value IS 0.88

 M value IS 0.36

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1981CA (or 0x1981CA) is known color: Navy Blue. HEX triplet: 19, 81 and CA. RGB value is (25,129,202). Sum of RGB (Red+Green+Blue) = 25+129+202=356 (47% of max value = 765). Red value is 25 (10.16% from 255 or 7.02% from 356); Green value is 129 (50.78% from 255 or 36.24% from 356); Blue value is 202 (79.30% from 255 or 56.74% from 356); Max value from RGB is 202 - color contains mainly: blue. Hex color #1981CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1981CA is #E67E35. Grayscale: #696969. Windows color (decimal): -15105590 or 13271321. OLE color: 13271321.

HSL color Cylindrical-coordinate representation of color #1981CA: hue angle of 204.75º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1981CA is Cyan = 0.88, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 25 129 202 -
CMYK 0.88 0.36 0 0.21
HSL 204.75º 0.78% 0.45% -
HSV(B) 204.75º 0.88% 0.79% -
XYZ 18.91 20.17 58.77 -
YUV 106.23 182.04 70.06 -
System Red Green Blue C M Y K H S L
Decimal 25 129 202 0.88 0.36 0 0.21 204.75 0.78 0.45
Hex 19 81 CA 58 24 0 15 CD 4E 2D
Octal 31 201 312 130 44 0 25 315 116 55
Binary 11001 10000001 11001010 1011000 100100 0 10101 11001101 1001110 101101

Color Harmonies of #1981CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1981CA

Black with #1981CA

Text Example


Text Example

White with #1981CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1981CA; }

 p { color: rgb(25,129,202); }

 H1.HeaderClassName
 {
   color: #1981CA;
 }
 .AnyTagClassName
 {
   color: #1981CA;
 }
</style>

background-color css

<style>
 a { background-color: #1981CA; }

 a { background-color: rgb(25,129,202); }

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

border-color css

<style>
 span { border-color: #1981CA; }

 span { border-color: rgb(25,129,202); }

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