Html Css Color HEX #1A458D Dark Cerulean

📋 copy color: '#1A458D'

red 26 ◦ green 69 ◦ blue 141

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

Shades of Dark Cerulean #1A458D

Tints of Dark Cerulean #1A458D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 29.24%

 BLUE value IS 141 (55.47% from 255) = 59.75%

R = 11.02%
G = 29.24%
B = 59.75%

CMYK

 C value IS 0.82

 M value IS 0.51

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#1A458D (or 0x1A458D) is known color: Dark Cerulean. HEX triplet: 1A, 45 and 8D. RGB value is (26,69,141). Sum of RGB (Red+Green+Blue) = 26+69+141=236 (31% of max value = 765). Red value is 26 (10.55% from 255 or 11.02% from 236); Green value is 69 (27.34% from 255 or 29.24% from 236); Blue value is 141 (55.47% from 255 or 59.75% from 236); Max value from RGB is 141 - color contains mainly: blue. Hex color #1A458D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A458D is #E5BA72. Grayscale: #404040. Windows color (decimal): -15055475 or 9258266. OLE color: 9258266.

HSL color Cylindrical-coordinate representation of color #1A458D: hue angle of 217.57º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A458D is Cyan = 0.82, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 26 69 141 -
CMYK 0.82 0.51 0 0.45
HSL 217.57º 0.69% 0.33% -
HSV(B) 217.57º 0.82% 0.55% -
XYZ 7.36 6.4 26.05 -
YUV 64.35 171.25 100.65 -
System Red Green Blue C M Y K H S L
Decimal 26 69 141 0.82 0.51 0 0.45 217.57 0.69 0.33
Hex 1A 45 8D 52 33 0 2D DA 45 21
Octal 32 105 215 122 63 0 55 332 105 41
Binary 11010 1000101 10001101 1010010 110011 0 101101 11011010 1000101 100001

Color Harmonies of #1A458D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A458D

Black with #1A458D

Text Example


Text Example

White with #1A458D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,69,141); }

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

background-color css

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

 a { background-color: rgb(26,69,141); }

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

border-color css

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

 span { border-color: rgb(26,69,141); }

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