Html Css Color HEX #1F49AC Cerulean Blue

📋 copy color: '#1F49AC'

red 31 ◦ green 73 ◦ blue 172

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

Shades of Cerulean Blue #1F49AC

Tints of Cerulean Blue #1F49AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 62.32%

R = 11.23%
G = 26.45%
B = 62.32%

CMYK

 C value IS 0.82

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1F49AC (or 0x1F49AC) is known color: Cerulean Blue. HEX triplet: 1F, 49 and AC. RGB value is (31,73,172). Sum of RGB (Red+Green+Blue) = 31+73+172=276 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.23% from 276); Green value is 73 (28.91% from 255 or 26.45% from 276); Blue value is 172 (67.58% from 255 or 62.32% from 276); Max value from RGB is 172 - color contains mainly: blue. Hex color #1F49AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F49AC is #E0B653. Grayscale: #474747. Windows color (decimal): -14726740 or 11290911. OLE color: 11290911.

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

Color convert

RGB 31 73 172 -
CMYK 0.82 0.58 0 0.33
HSL 222.13º 0.69% 0.4% -
HSV(B) 222.13º 0.82% 0.67% -
XYZ 10.39 8.03 40.03 -
YUV 71.73 184.59 98.95 -
System Red Green Blue C M Y K H S L
Decimal 31 73 172 0.82 0.58 0 0.33 222.13 0.69 0.4
Hex 1F 49 AC 52 3A 0 21 DE 45 28
Octal 37 111 254 122 72 0 41 336 105 50
Binary 11111 1001001 10101100 1010010 111010 0 100001 11011110 1000101 101000

Color Harmonies of #1F49AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F49AC

Black with #1F49AC

Text Example


Text Example

White with #1F49AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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