Html Css Color HEX #1A4084 Dark Cerulean

📋 copy color: '#1A4084'

red 26 ◦ green 64 ◦ blue 132

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

Shades of Dark Cerulean #1A4084

Tints of Dark Cerulean #1A4084

RGB

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

 GREEN value IS 64 (25.39% from 255) = 28.83%

 BLUE value IS 132 (51.95% from 255) = 59.46%

R = 11.71%
G = 28.83%
B = 59.46%

CMYK

 C value IS 0.80

 M value IS 0.52

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#1A4084 (or 0x1A4084) is known color: Dark Cerulean. HEX triplet: 1A, 40 and 84. RGB value is (26,64,132). Sum of RGB (Red+Green+Blue) = 26+64+132=222 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.71% from 222); Green value is 64 (25.39% from 255 or 28.83% from 222); Blue value is 132 (51.95% from 255 or 59.46% from 222); Max value from RGB is 132 - color contains mainly: blue. Hex color #1A4084 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A4084 is #E5BF7B. Grayscale: #3C3C3C. Windows color (decimal): -15056764 or 8667162. OLE color: 8667162.

HSL color Cylindrical-coordinate representation of color #1A4084: hue angle of 218.49º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A4084 is Cyan = 0.80, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 26 64 132 -
CMYK 0.80 0.52 0 0.48
HSL 218.49º 0.67% 0.31% -
HSV(B) 218.49º 0.8% 0.52% -
XYZ 6.42 5.55 22.56 -
YUV 60.39 168.41 103.47 -
System Red Green Blue C M Y K H S L
Decimal 26 64 132 0.80 0.52 0 0.48 218.49 0.67 0.31
Hex 1A 40 84 50 34 0 30 DA 43 1F
Octal 32 100 204 120 64 0 60 332 103 37
Binary 11010 1000000 10000100 1010000 110100 0 110000 11011010 1000011 11111

Color Harmonies of #1A4084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A4084

Black with #1A4084

Text Example


Text Example

White with #1A4084

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,64,132); }

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

background-color css

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

 a { background-color: rgb(26,64,132); }

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

border-color css

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

 span { border-color: rgb(26,64,132); }

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