Html Css Color HEX #1E4CAB Cerulean Blue

📋 copy color: '#1E4CAB'

red 30 ◦ green 76 ◦ blue 171

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

Shades of Cerulean Blue #1E4CAB

Tints of Cerulean Blue #1E4CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 61.73%

R = 10.83%
G = 27.44%
B = 61.73%

CMYK

 C value IS 0.82

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1E4CAB (or 0x1E4CAB) is known color: Cerulean Blue. HEX triplet: 1E, 4C and AB. RGB value is (30,76,171). Sum of RGB (Red+Green+Blue) = 30+76+171=277 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.83% from 277); Green value is 76 (30.08% from 255 or 27.44% from 277); Blue value is 171 (67.19% from 255 or 61.73% from 277); Max value from RGB is 171 - color contains mainly: blue. Hex color #1E4CAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E4CAB is #E1B354. Grayscale: #484848. Windows color (decimal): -14791509 or 11226142. OLE color: 11226142.

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

Color convert

RGB 30 76 171 -
CMYK 0.82 0.56 0 0.33
HSL 220.43º 0.7% 0.39% -
HSV(B) 220.43º 0.82% 0.67% -
XYZ 10.47 8.39 39.59 -
YUV 73.08 183.26 97.28 -
System Red Green Blue C M Y K H S L
Decimal 30 76 171 0.82 0.56 0 0.33 220.43 0.7 0.39
Hex 1E 4C AB 52 38 0 21 DC 46 27
Octal 36 114 253 122 70 0 41 334 106 47
Binary 11110 1001100 10101011 1010010 111000 0 100001 11011100 1000110 100111

Color Harmonies of #1E4CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E4CAB

Black with #1E4CAB

Text Example


Text Example

White with #1E4CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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