Html Css Color HEX #1F52AC Cerulean Blue

📋 copy color: '#1F52AC'

red 31 ◦ green 82 ◦ blue 172

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

Shades of Cerulean Blue #1F52AC

Tints of Cerulean Blue #1F52AC

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.77%

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

R = 10.88%
G = 28.77%
B = 60.35%

CMYK

 C value IS 0.82

 M value IS 0.52

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1F52AC (or 0x1F52AC) is known color: Cerulean Blue. HEX triplet: 1F, 52 and AC. RGB value is (31,82,172). Sum of RGB (Red+Green+Blue) = 31+82+172=285 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.88% from 285); Green value is 82 (32.42% from 255 or 28.77% from 285); Blue value is 172 (67.58% from 255 or 60.35% from 285); Max value from RGB is 172 - color contains mainly: blue. Hex color #1F52AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F52AC is #E0AD53. Grayscale: #4C4C4C. Windows color (decimal): -14724436 or 11293215. OLE color: 11293215.

HSL color Cylindrical-coordinate representation of color #1F52AC: hue angle of 218.3º 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 #1F52AC is Cyan = 0.82, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 31 82 172 -
CMYK 0.82 0.52 0 0.33
HSL 218.3º 0.69% 0.4% -
HSV(B) 218.3º 0.82% 0.67% -
XYZ 11.03 9.3 40.24 -
YUV 77.01 181.6 95.18 -
System Red Green Blue C M Y K H S L
Decimal 31 82 172 0.82 0.52 0 0.33 218.3 0.69 0.4
Hex 1F 52 AC 52 34 0 21 DA 45 28
Octal 37 122 254 122 64 0 41 332 105 50
Binary 11111 1010010 10101100 1010010 110100 0 100001 11011010 1000101 101000

Color Harmonies of #1F52AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F52AC

Black with #1F52AC

Text Example


Text Example

White with #1F52AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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