Html Css Color HEX #1A4777 Dark Cerulean

📋 copy color: '#1A4777'

red 26 ◦ green 71 ◦ blue 119

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

Shades of Dark Cerulean #1A4777

Tints of Dark Cerulean #1A4777

RGB

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

 GREEN value IS 71 (28.13% from 255) = 32.87%

 BLUE value IS 119 (46.88% from 255) = 55.09%

R = 12.04%
G = 32.87%
B = 55.09%

CMYK

 C value IS 0.78

 M value IS 0.40

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#1A4777 (or 0x1A4777) is known color: Dark Cerulean. HEX triplet: 1A, 47 and 77. RGB value is (26,71,119). Sum of RGB (Red+Green+Blue) = 26+71+119=216 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.04% from 216); Green value is 71 (28.12% from 255 or 32.87% from 216); Blue value is 119 (46.88% from 255 or 55.09% from 216); Max value from RGB is 119 - color contains mainly: blue. Hex color #1A4777 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A4777 is #E5B888. Grayscale: #3E3E3E. Windows color (decimal): -15054985 or 7816986. OLE color: 7816986.

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

Color convert

RGB 26 71 119 -
CMYK 0.78 0.40 0 0.53
HSL 210.97º 0.64% 0.28% -
HSV(B) 210.97º 0.78% 0.47% -
XYZ 6.01 6.06 18.31 -
YUV 63.02 159.59 101.6 -
System Red Green Blue C M Y K H S L
Decimal 26 71 119 0.78 0.40 0 0.53 210.97 0.64 0.28
Hex 1A 47 77 4E 28 0 35 D3 40 1C
Octal 32 107 167 116 50 0 65 323 100 34
Binary 11010 1000111 1110111 1001110 101000 0 110101 11010011 1000000 11100

Color Harmonies of #1A4777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A4777

Black with #1A4777

Text Example


Text Example

White with #1A4777

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,71,119); }

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

background-color css

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

 a { background-color: rgb(26,71,119); }

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

border-color css

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

 span { border-color: rgb(26,71,119); }

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