Html Css Color HEX #1A4979 Dark Cerulean

📋 copy color: '#1A4979'

red 26 ◦ green 73 ◦ blue 121

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

Shades of Dark Cerulean #1A4979

Tints of Dark Cerulean #1A4979

RGB

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

 GREEN value IS 73 (28.91% from 255) = 33.18%

 BLUE value IS 121 (47.66% from 255) = 55%

R = 11.82%
G = 33.18%
B = 55%

CMYK

 C value IS 0.79

 M value IS 0.40

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#1A4979 (or 0x1A4979) is known color: Dark Cerulean. HEX triplet: 1A, 49 and 79. RGB value is (26,73,121). Sum of RGB (Red+Green+Blue) = 26+73+121=220 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.82% from 220); Green value is 73 (28.91% from 255 or 33.18% from 220); Blue value is 121 (47.66% from 255 or 55% from 220); Max value from RGB is 121 - color contains mainly: blue. Hex color #1A4979 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A4979 is #E5B686. Grayscale: #404040. Windows color (decimal): -15054471 or 7948570. OLE color: 7948570.

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

Color convert

RGB 26 73 121 -
CMYK 0.79 0.40 0 0.53
HSL 210.32º 0.65% 0.29% -
HSV(B) 210.32º 0.79% 0.47% -
XYZ 6.26 6.37 18.99 -
YUV 64.42 159.93 100.6 -
System Red Green Blue C M Y K H S L
Decimal 26 73 121 0.79 0.40 0 0.53 210.32 0.65 0.29
Hex 1A 49 79 4F 28 0 35 D2 41 1D
Octal 32 111 171 117 50 0 65 322 101 35
Binary 11010 1001001 1111001 1001111 101000 0 110101 11010010 1000001 11101

Color Harmonies of #1A4979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A4979

Black with #1A4979

Text Example


Text Example

White with #1A4979

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,73,121); }

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

background-color css

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

 a { background-color: rgb(26,73,121); }

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

border-color css

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

 span { border-color: rgb(26,73,121); }

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