Html Css Color HEX #1F49AD Cerulean Blue

📋 copy color: '#1F49AD'

red 31 ◦ green 73 ◦ blue 173

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

Shades of Cerulean Blue #1F49AD

Tints of Cerulean Blue #1F49AD

RGB

 RED value IS 31 (12.5% from 255) = 11.19%

 GREEN value IS 73 (28.91% from 255) = 26.35%

 BLUE value IS 173 (67.97% from 255) = 62.45%

R = 11.19%
G = 26.35%
B = 62.45%

CMYK

 C value IS 0.82

 M value IS 0.58

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1F49AD (or 0x1F49AD) is known color: Cerulean Blue. HEX triplet: 1F, 49 and AD. RGB value is (31,73,173). Sum of RGB (Red+Green+Blue) = 31+73+173=277 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.19% from 277); Green value is 73 (28.91% from 255 or 26.35% from 277); Blue value is 173 (67.97% from 255 or 62.45% from 277); Max value from RGB is 173 - color contains mainly: blue. Hex color #1F49AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F49AD is #E0B652. Grayscale: #474747. Windows color (decimal): -14726739 or 11356447. OLE color: 11356447.

HSL color Cylindrical-coordinate representation of color #1F49AD: hue angle of 222.25º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F49AD is Cyan = 0.82, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 31 73 173 -
CMYK 0.82 0.58 0 0.32
HSL 222.25º 0.7% 0.4% -
HSV(B) 222.25º 0.82% 0.68% -
XYZ 10.49 8.07 40.54 -
YUV 71.84 185.09 98.87 -
System Red Green Blue C M Y K H S L
Decimal 31 73 173 0.82 0.58 0 0.32 222.25 0.7 0.4
Hex 1F 49 AD 52 3A 0 20 DE 46 28
Octal 37 111 255 122 72 0 40 336 106 50
Binary 11111 1001001 10101101 1010010 111010 0 100000 11011110 1000110 101000

Color Harmonies of #1F49AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F49AD

Black with #1F49AD

Text Example


Text Example

White with #1F49AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F49AD; }

 p { color: rgb(31,73,173); }

 H1.HeaderClassName
 {
   color: #1F49AD;
 }
 .AnyTagClassName
 {
   color: #1F49AD;
 }
</style>

background-color css

<style>
 a { background-color: #1F49AD; }

 a { background-color: rgb(31,73,173); }

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

border-color css

<style>
 span { border-color: #1F49AD; }

 span { border-color: rgb(31,73,173); }

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