Html Css Color HEX #1E4CAC Cerulean Blue

📋 copy color: '#1E4CAC'

red 30 ◦ green 76 ◦ blue 172

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

Shades of Cerulean Blue #1E4CAC

Tints of Cerulean Blue #1E4CAC

RGB

 RED value IS 30 (12.11% from 255) = 10.79%

 GREEN value IS 76 (30.08% from 255) = 27.34%

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

R = 10.79%
G = 27.34%
B = 61.87%

CMYK

 C value IS 0.83

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1E4CAC (or 0x1E4CAC) is known color: Cerulean Blue. HEX triplet: 1E, 4C and AC. RGB value is (30,76,172). Sum of RGB (Red+Green+Blue) = 30+76+172=278 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.79% from 278); Green value is 76 (30.08% from 255 or 27.34% from 278); Blue value is 172 (67.58% from 255 or 61.87% from 278); Max value from RGB is 172 - color contains mainly: blue. Hex color #1E4CAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E4CAC is #E1B353. Grayscale: #484848. Windows color (decimal): -14791508 or 11291678. OLE color: 11291678.

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

Color convert

RGB 30 76 172 -
CMYK 0.83 0.56 0 0.33
HSL 220.56º 0.7% 0.4% -
HSV(B) 220.56º 0.83% 0.67% -
XYZ 10.57 8.42 40.1 -
YUV 73.19 183.76 97.19 -
System Red Green Blue C M Y K H S L
Decimal 30 76 172 0.83 0.56 0 0.33 220.56 0.7 0.4
Hex 1E 4C AC 53 38 0 21 DD 46 28
Octal 36 114 254 123 70 0 41 335 106 50
Binary 11110 1001100 10101100 1010011 111000 0 100001 11011101 1000110 101000

Color Harmonies of #1E4CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E4CAC

Black with #1E4CAC

Text Example


Text Example

White with #1E4CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,76,172); }

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

background-color css

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

 a { background-color: rgb(30,76,172); }

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

border-color css

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

 span { border-color: rgb(30,76,172); }

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