Html Css Color HEX #1A3D79 Dark Cerulean

📋 copy color: '#1A3D79'

red 26 ◦ green 61 ◦ blue 121

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

Shades of Dark Cerulean #1A3D79

Tints of Dark Cerulean #1A3D79

RGB

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

 GREEN value IS 61 (24.22% from 255) = 29.33%

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

R = 12.5%
G = 29.33%
B = 58.17%

CMYK

 C value IS 0.79

 M value IS 0.50

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#1A3D79 (or 0x1A3D79) is known color: Dark Cerulean. HEX triplet: 1A, 3D and 79. RGB value is (26,61,121). Sum of RGB (Red+Green+Blue) = 26+61+121=208 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.5% from 208); Green value is 61 (24.22% from 255 or 29.33% from 208); Blue value is 121 (47.66% from 255 or 58.17% from 208); Max value from RGB is 121 - color contains mainly: blue. Hex color #1A3D79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3D79 is #E5C286. Grayscale: #393939. Windows color (decimal): -15057543 or 7945498. OLE color: 7945498.

HSL color Cylindrical-coordinate representation of color #1A3D79: hue angle of 217.89º 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 #1A3D79 is Cyan = 0.79, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 26 61 121 -
CMYK 0.79 0.50 0 0.53
HSL 217.89º 0.65% 0.29% -
HSV(B) 217.89º 0.79% 0.47% -
XYZ 5.55 4.94 18.75 -
YUV 57.38 163.9 105.62 -
System Red Green Blue C M Y K H S L
Decimal 26 61 121 0.79 0.50 0 0.53 217.89 0.65 0.29
Hex 1A 3D 79 4F 32 0 35 DA 41 1D
Octal 32 75 171 117 62 0 65 332 101 35
Binary 11010 111101 1111001 1001111 110010 0 110101 11011010 1000001 11101

Color Harmonies of #1A3D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A3D79

Black with #1A3D79

Text Example


Text Example

White with #1A3D79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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