Html Css Color HEX #1A467C Dark Cerulean

📋 copy color: '#1A467C'

red 26 ◦ green 70 ◦ blue 124

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

Shades of Dark Cerulean #1A467C

Tints of Dark Cerulean #1A467C

RGB

 RED value IS 26 (10.55% from 255) = 11.82%

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

 BLUE value IS 124 (48.83% from 255) = 56.36%

R = 11.82%
G = 31.82%
B = 56.36%

CMYK

 C value IS 0.79

 M value IS 0.44

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#1A467C (or 0x1A467C) is known color: Dark Cerulean. HEX triplet: 1A, 46 and 7C. RGB value is (26,70,124). Sum of RGB (Red+Green+Blue) = 26+70+124=220 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.82% from 220); Green value is 70 (27.73% from 255 or 31.82% from 220); Blue value is 124 (48.83% from 255 or 56.36% from 220); Max value from RGB is 124 - color contains mainly: blue. Hex color #1A467C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A467C is #E5B983. Grayscale: #3E3E3E. Windows color (decimal): -15055236 or 8144410. OLE color: 8144410.

HSL color Cylindrical-coordinate representation of color #1A467C: hue angle of 213.06º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1A467C is Cyan = 0.79, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 26 70 124 -
CMYK 0.79 0.44 0 0.51
HSL 213.06º 0.65% 0.29% -
HSV(B) 213.06º 0.79% 0.49% -
XYZ 6.25 6.06 19.91 -
YUV 63 162.42 101.61 -
System Red Green Blue C M Y K H S L
Decimal 26 70 124 0.79 0.44 0 0.51 213.06 0.65 0.29
Hex 1A 46 7C 4F 2C 0 33 D5 41 1D
Octal 32 106 174 117 54 0 63 325 101 35
Binary 11010 1000110 1111100 1001111 101100 0 110011 11010101 1000001 11101

Color Harmonies of #1A467C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A467C

Black with #1A467C

Text Example


Text Example

White with #1A467C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,70,124); }

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

background-color css

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

 a { background-color: rgb(26,70,124); }

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

border-color css

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

 span { border-color: rgb(26,70,124); }

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