Html Css Color HEX #1F55AD Cerulean Blue

📋 copy color: '#1F55AD'

red 31 ◦ green 85 ◦ blue 173

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

Shades of Cerulean Blue #1F55AD

Tints of Cerulean Blue #1F55AD

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.41%

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

R = 10.73%
G = 29.41%
B = 59.86%

CMYK

 C value IS 0.82

 M value IS 0.51

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1F55AD (or 0x1F55AD) is known color: Cerulean Blue. HEX triplet: 1F, 55 and AD. RGB value is (31,85,173). Sum of RGB (Red+Green+Blue) = 31+85+173=289 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.73% from 289); Green value is 85 (33.59% from 255 or 29.41% from 289); Blue value is 173 (67.97% from 255 or 59.86% from 289); Max value from RGB is 173 - color contains mainly: blue. Hex color #1F55AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F55AD is #E0AA52. Grayscale: #4E4E4E. Windows color (decimal): -14723667 or 11359519. OLE color: 11359519.

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

Color convert

RGB 31 85 173 -
CMYK 0.82 0.51 0 0.32
HSL 217.18º 0.7% 0.4% -
HSV(B) 217.18º 0.82% 0.68% -
XYZ 11.36 9.81 40.83 -
YUV 78.89 181.11 93.84 -
System Red Green Blue C M Y K H S L
Decimal 31 85 173 0.82 0.51 0 0.32 217.18 0.7 0.4
Hex 1F 55 AD 52 33 0 20 D9 46 28
Octal 37 125 255 122 63 0 40 331 106 50
Binary 11111 1010101 10101101 1010010 110011 0 100000 11011001 1000110 101000

Color Harmonies of #1F55AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F55AD

Black with #1F55AD

Text Example


Text Example

White with #1F55AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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