Html Css Color HEX #1A478B Dark Cerulean

📋 copy color: '#1A478B'

red 26 ◦ green 71 ◦ blue 139

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

Shades of Dark Cerulean #1A478B

Tints of Dark Cerulean #1A478B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 58.9%

R = 11.02%
G = 30.08%
B = 58.9%

CMYK

 C value IS 0.81

 M value IS 0.49

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#1A478B (or 0x1A478B) is known color: Dark Cerulean. HEX triplet: 1A, 47 and 8B. RGB value is (26,71,139). Sum of RGB (Red+Green+Blue) = 26+71+139=236 (31% of max value = 765). Red value is 26 (10.55% from 255 or 11.02% from 236); Green value is 71 (28.12% from 255 or 30.08% from 236); Blue value is 139 (54.69% from 255 or 58.90% from 236); Max value from RGB is 139 - color contains mainly: blue. Hex color #1A478B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A478B is #E5B874. Grayscale: #404040. Windows color (decimal): -15054965 or 9127706. OLE color: 9127706.

HSL color Cylindrical-coordinate representation of color #1A478B: hue angle of 216.11º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A478B is Cyan = 0.81, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 26 71 139 -
CMYK 0.81 0.49 0 0.45
HSL 216.11º 0.68% 0.32% -
HSV(B) 216.11º 0.81% 0.55% -
XYZ 7.34 6.59 25.31 -
YUV 65.3 169.59 99.97 -
System Red Green Blue C M Y K H S L
Decimal 26 71 139 0.81 0.49 0 0.45 216.11 0.68 0.32
Hex 1A 47 8B 51 31 0 2D D8 44 20
Octal 32 107 213 121 61 0 55 330 104 40
Binary 11010 1000111 10001011 1010001 110001 0 101101 11011000 1000100 100000

Color Harmonies of #1A478B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A478B

Black with #1A478B

Text Example


Text Example

White with #1A478B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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