Html Css Color HEX #1A3F89 Dark Cerulean

📋 copy color: '#1A3F89'

red 26 ◦ green 63 ◦ blue 137

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

Shades of Dark Cerulean #1A3F89

Tints of Dark Cerulean #1A3F89

RGB

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

 GREEN value IS 63 (25% from 255) = 27.88%

 BLUE value IS 137 (53.91% from 255) = 60.62%

R = 11.5%
G = 27.88%
B = 60.62%

CMYK

 C value IS 0.81

 M value IS 0.54

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#1A3F89 (or 0x1A3F89) is known color: Dark Cerulean. HEX triplet: 1A, 3F and 89. RGB value is (26,63,137). Sum of RGB (Red+Green+Blue) = 26+63+137=226 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.50% from 226); Green value is 63 (25% from 255 or 27.88% from 226); Blue value is 137 (53.91% from 255 or 60.62% from 226); Max value from RGB is 137 - color contains mainly: blue. Hex color #1A3F89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A3F89 is #E5C076. Grayscale: #3C3C3C. Windows color (decimal): -15057015 or 8994586. OLE color: 8994586.

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

Color convert

RGB 26 63 137 -
CMYK 0.81 0.54 0 0.46
HSL 220º 0.68% 0.32% -
HSV(B) 220º 0.81% 0.54% -
XYZ 6.72 5.58 24.39 -
YUV 60.37 171.24 103.48 -
System Red Green Blue C M Y K H S L
Decimal 26 63 137 0.81 0.54 0 0.46 220 0.68 0.32
Hex 1A 3F 89 51 36 0 2E DC 44 20
Octal 32 77 211 121 66 0 56 334 104 40
Binary 11010 111111 10001001 1010001 110110 0 101110 11011100 1000100 100000

Color Harmonies of #1A3F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A3F89

Black with #1A3F89

Text Example


Text Example

White with #1A3F89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,63,137); }

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

background-color css

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

 a { background-color: rgb(26,63,137); }

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

border-color css

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

 span { border-color: rgb(26,63,137); }

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