Html Css Color HEX #1E467F Dark Cerulean

📋 copy color: '#1E467F'

red 30 ◦ green 70 ◦ blue 127

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

Shades of Dark Cerulean #1E467F

Tints of Dark Cerulean #1E467F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 30.84%

 BLUE value IS 127 (50% from 255) = 55.95%

R = 13.22%
G = 30.84%
B = 55.95%

CMYK

 C value IS 0.76

 M value IS 0.45

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#1E467F (or 0x1E467F) is known color: Dark Cerulean. HEX triplet: 1E, 46 and 7F. RGB value is (30,70,127). Sum of RGB (Red+Green+Blue) = 30+70+127=227 (30% of max value = 765). Red value is 30 (12.11% from 255 or 13.22% from 227); Green value is 70 (27.73% from 255 or 30.84% from 227); Blue value is 127 (50% from 255 or 55.95% from 227); Max value from RGB is 127 - color contains mainly: blue. Hex color #1E467F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E467F is #E1B980. Grayscale: #404040. Windows color (decimal): -14793089 or 8341022. OLE color: 8341022.

HSL color Cylindrical-coordinate representation of color #1E467F: hue angle of 215.26º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1E467F is Cyan = 0.76, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 30 70 127 -
CMYK 0.76 0.45 0 0.50
HSL 215.26º 0.62% 0.31% -
HSV(B) 215.26º 0.76% 0.5% -
XYZ 6.56 6.19 20.93 -
YUV 64.54 163.25 103.37 -
System Red Green Blue C M Y K H S L
Decimal 30 70 127 0.76 0.45 0 0.50 215.26 0.62 0.31
Hex 1E 46 7F 4C 2D 0 32 D7 3E 1F
Octal 36 106 177 114 55 0 62 327 76 37
Binary 11110 1000110 1111111 1001100 101101 0 110010 11010111 111110 11111

Color Harmonies of #1E467F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E467F

Black with #1E467F

Text Example


Text Example

White with #1E467F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,70,127); }

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

background-color css

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

 a { background-color: rgb(30,70,127); }

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

border-color css

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

 span { border-color: rgb(30,70,127); }

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