Html Css Color HEX #1A457E Dark Cerulean

📋 copy color: '#1A457E'

red 26 ◦ green 69 ◦ blue 126

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

Shades of Dark Cerulean #1A457E

Tints of Dark Cerulean #1A457E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 57.01%

R = 11.76%
G = 31.22%
B = 57.01%

CMYK

 C value IS 0.79

 M value IS 0.45

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#1A457E (or 0x1A457E) is known color: Dark Cerulean. HEX triplet: 1A, 45 and 7E. RGB value is (26,69,126). Sum of RGB (Red+Green+Blue) = 26+69+126=221 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.76% from 221); Green value is 69 (27.34% from 255 or 31.22% from 221); Blue value is 126 (49.61% from 255 or 57.01% from 221); Max value from RGB is 126 - color contains mainly: blue. Hex color #1A457E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A457E is #E5BA81. Grayscale: #3E3E3E. Windows color (decimal): -15055490 or 8275226. OLE color: 8275226.

HSL color Cylindrical-coordinate representation of color #1A457E: hue angle of 214.2º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1A457E is Cyan = 0.79, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 26 69 126 -
CMYK 0.79 0.45 0 0.51
HSL 214.2º 0.66% 0.3% -
HSV(B) 214.2º 0.79% 0.49% -
XYZ 6.32 5.98 20.56 -
YUV 62.64 163.75 101.87 -
System Red Green Blue C M Y K H S L
Decimal 26 69 126 0.79 0.45 0 0.51 214.2 0.66 0.3
Hex 1A 45 7E 4F 2D 0 33 D6 42 1E
Octal 32 105 176 117 55 0 63 326 102 36
Binary 11010 1000101 1111110 1001111 101101 0 110011 11010110 1000010 11110

Color Harmonies of #1A457E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A457E

Black with #1A457E

Text Example


Text Example

White with #1A457E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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