Html Css Color HEX #1981CE Navy Blue

📋 copy color: '#1981CE'

red 25 ◦ green 129 ◦ blue 206

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

Shades of Navy Blue #1981CE

Tints of Navy Blue #1981CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 57.22%

R = 6.94%
G = 35.83%
B = 57.22%

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

#1981CE (or 0x1981CE) is known color: Navy Blue. HEX triplet: 19, 81 and CE. RGB value is (25,129,206). Sum of RGB (Red+Green+Blue) = 25+129+206=360 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.94% from 360); Green value is 129 (50.78% from 255 or 35.83% from 360); Blue value is 206 (80.86% from 255 or 57.22% from 360); Max value from RGB is 206 - color contains mainly: blue. Hex color #1981CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1981CE is #E67E31. Grayscale: #6A6A6A. Windows color (decimal): -15105586 or 13533465. OLE color: 13533465.

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

Color convert

RGB 25 129 206 -
CMYK 0.88 0.37 0 0.19
HSL 205.52º 0.78% 0.45% -
HSV(B) 205.52º 0.88% 0.81% -
XYZ 19.39 20.36 61.3 -
YUV 106.68 184.04 69.74 -
System Red Green Blue C M Y K H S L
Decimal 25 129 206 0.88 0.37 0 0.19 205.52 0.78 0.45
Hex 19 81 CE 58 25 0 13 CE 4E 2D
Octal 31 201 316 130 45 0 23 316 116 55
Binary 11001 10000001 11001110 1011000 100101 0 10011 11001110 1001110 101101

Color Harmonies of #1981CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1981CE

Black with #1981CE

Text Example


Text Example

White with #1981CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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