Html Css Color HEX #1E4AAC Cerulean Blue

📋 copy color: '#1E4AAC'

red 30 ◦ green 74 ◦ blue 172

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

Shades of Cerulean Blue #1E4AAC

Tints of Cerulean Blue #1E4AAC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 26.81%

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

R = 10.87%
G = 26.81%
B = 62.32%

CMYK

 C value IS 0.83

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1E4AAC (or 0x1E4AAC) is known color: Cerulean Blue. HEX triplet: 1E, 4A and AC. RGB value is (30,74,172). Sum of RGB (Red+Green+Blue) = 30+74+172=276 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.87% from 276); Green value is 74 (29.30% from 255 or 26.81% from 276); Blue value is 172 (67.58% from 255 or 62.32% from 276); Max value from RGB is 172 - color contains mainly: blue. Hex color #1E4AAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E4AAC is #E1B553. Grayscale: #474747. Windows color (decimal): -14792020 or 11291166. OLE color: 11291166.

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

Color convert

RGB 30 74 172 -
CMYK 0.83 0.57 0 0.33
HSL 221.41º 0.7% 0.4% -
HSV(B) 221.41º 0.83% 0.67% -
XYZ 10.43 8.15 40.05 -
YUV 72.02 184.42 98.03 -
System Red Green Blue C M Y K H S L
Decimal 30 74 172 0.83 0.57 0 0.33 221.41 0.7 0.4
Hex 1E 4A AC 53 39 0 21 DD 46 28
Octal 36 112 254 123 71 0 41 335 106 50
Binary 11110 1001010 10101100 1010011 111001 0 100001 11011101 1000110 101000

Color Harmonies of #1E4AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E4AAC

Black with #1E4AAC

Text Example


Text Example

White with #1E4AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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