Html Css Color HEX #1D54C1 Cerulean Blue

📋 copy color: '#1D54C1'

red 29 ◦ green 84 ◦ blue 193

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

Shades of Cerulean Blue #1D54C1

Tints of Cerulean Blue #1D54C1

RGB

 RED value IS 29 (11.72% from 255) = 9.48%

 GREEN value IS 84 (33.2% from 255) = 27.45%

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

R = 9.48%
G = 27.45%
B = 63.07%

CMYK

 C value IS 0.85

 M value IS 0.56

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#1D54C1 (or 0x1D54C1) is known color: Cerulean Blue. HEX triplet: 1D, 54 and C1. RGB value is (29,84,193). Sum of RGB (Red+Green+Blue) = 29+84+193=306 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.48% from 306); Green value is 84 (33.20% from 255 or 27.45% from 306); Blue value is 193 (75.78% from 255 or 63.07% from 306); Max value from RGB is 193 - color contains mainly: blue. Hex color #1D54C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D54C1 is #E2AB3E. Grayscale: #4F4F4F. Windows color (decimal): -14854975 or 12669981. OLE color: 12669981.

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

Color convert

RGB 29 84 193 -
CMYK 0.85 0.56 0 0.24
HSL 219.88º 0.74% 0.44% -
HSV(B) 219.88º 0.85% 0.76% -
XYZ 13.3 10.45 51.77 -
YUV 79.98 191.78 91.64 -
System Red Green Blue C M Y K H S L
Decimal 29 84 193 0.85 0.56 0 0.24 219.88 0.74 0.44
Hex 1D 54 C1 55 38 0 18 DC 4A 2C
Octal 35 124 301 125 70 0 30 334 112 54
Binary 11101 1010100 11000001 1010101 111000 0 11000 11011100 1001010 101100

Color Harmonies of #1D54C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D54C1

Black with #1D54C1

Text Example


Text Example

White with #1D54C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,84,193); }

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

background-color css

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

 a { background-color: rgb(29,84,193); }

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

border-color css

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

 span { border-color: rgb(29,84,193); }

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