Html Css Color HEX #1A4773 Dark Cerulean

📋 copy color: '#1A4773'

red 26 ◦ green 71 ◦ blue 115

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

Shades of Dark Cerulean #1A4773

Tints of Dark Cerulean #1A4773

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 54.25%

R = 12.26%
G = 33.49%
B = 54.25%

CMYK

 C value IS 0.77

 M value IS 0.38

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#1A4773 (or 0x1A4773) is known color: Dark Cerulean. HEX triplet: 1A, 47 and 73. RGB value is (26,71,115). Sum of RGB (Red+Green+Blue) = 26+71+115=212 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.26% from 212); Green value is 71 (28.12% from 255 or 33.49% from 212); Blue value is 115 (45.31% from 255 or 54.25% from 212); Max value from RGB is 115 - color contains mainly: blue. Hex color #1A4773 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A4773 is #E5B88C. Grayscale: #3E3E3E. Windows color (decimal): -15054989 or 7554842. OLE color: 7554842.

HSL color Cylindrical-coordinate representation of color #1A4773: hue angle of 209.66º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A4773 is Cyan = 0.77, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 26 71 115 -
CMYK 0.77 0.38 0 0.55
HSL 209.66º 0.63% 0.28% -
HSV(B) 209.66º 0.77% 0.45% -
XYZ 5.77 5.96 17.07 -
YUV 62.56 157.59 101.92 -
System Red Green Blue C M Y K H S L
Decimal 26 71 115 0.77 0.38 0 0.55 209.66 0.63 0.28
Hex 1A 47 73 4D 26 0 37 D2 3F 1C
Octal 32 107 163 115 46 0 67 322 77 34
Binary 11010 1000111 1110011 1001101 100110 0 110111 11010010 111111 11100

Color Harmonies of #1A4773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A4773

Black with #1A4773

Text Example


Text Example

White with #1A4773

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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