Html Css Color HEX #1F51C1 Cerulean Blue

📋 copy color: '#1F51C1'

red 31 ◦ green 81 ◦ blue 193

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

Shades of Cerulean Blue #1F51C1

Tints of Cerulean Blue #1F51C1

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.56%

 BLUE value IS 193 (75.78% from 255) = 63.28%

R = 10.16%
G = 26.56%
B = 63.28%

CMYK

 C value IS 0.84

 M value IS 0.58

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#1F51C1 (or 0x1F51C1) is known color: Cerulean Blue. HEX triplet: 1F, 51 and C1. RGB value is (31,81,193). Sum of RGB (Red+Green+Blue) = 31+81+193=305 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.16% from 305); Green value is 81 (32.03% from 255 or 26.56% from 305); Blue value is 193 (75.78% from 255 or 63.28% from 305); Max value from RGB is 193 - color contains mainly: blue. Hex color #1F51C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F51C1 is #E0AE3E. Grayscale: #4E4E4E. Windows color (decimal): -14724671 or 12669215. OLE color: 12669215.

HSL color Cylindrical-coordinate representation of color #1F51C1: hue angle of 221.48º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F51C1 is Cyan = 0.84, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 31 81 193 -
CMYK 0.84 0.58 0 0.24
HSL 221.48º 0.72% 0.44% -
HSV(B) 221.48º 0.84% 0.76% -
XYZ 13.13 10.03 51.7 -
YUV 78.82 192.44 93.89 -
System Red Green Blue C M Y K H S L
Decimal 31 81 193 0.84 0.58 0 0.24 221.48 0.72 0.44
Hex 1F 51 C1 54 3A 0 18 DD 48 2C
Octal 37 121 301 124 72 0 30 335 110 54
Binary 11111 1010001 11000001 1010100 111010 0 11000 11011101 1001000 101100

Color Harmonies of #1F51C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F51C1

Black with #1F51C1

Text Example


Text Example

White with #1F51C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,81,193); }

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

background-color css

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

 a { background-color: rgb(31,81,193); }

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

border-color css

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

 span { border-color: rgb(31,81,193); }

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