Html Css Color HEX #1A428A Dark Cerulean

📋 copy color: '#1A428A'

red 26 ◦ green 66 ◦ blue 138

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

Shades of Dark Cerulean #1A428A

Tints of Dark Cerulean #1A428A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.7%

 BLUE value IS 138 (54.3% from 255) = 60%

R = 11.3%
G = 28.7%
B = 60%

CMYK

 C value IS 0.81

 M value IS 0.52

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#1A428A (or 0x1A428A) is known color: Dark Cerulean. HEX triplet: 1A, 42 and 8A. RGB value is (26,66,138). Sum of RGB (Red+Green+Blue) = 26+66+138=230 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.30% from 230); Green value is 66 (26.17% from 255 or 28.70% from 230); Blue value is 138 (54.30% from 255 or 60% from 230); Max value from RGB is 138 - color contains mainly: blue. Hex color #1A428A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A428A is #E5BD75. Grayscale: #3D3D3D. Windows color (decimal): -15056246 or 9060890. OLE color: 9060890.

HSL color Cylindrical-coordinate representation of color #1A428A: hue angle of 218.57º 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 #1A428A is Cyan = 0.81, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 26 66 138 -
CMYK 0.81 0.52 0 0.46
HSL 218.57º 0.68% 0.32% -
HSV(B) 218.57º 0.81% 0.54% -
XYZ 6.96 5.95 24.83 -
YUV 62.25 170.75 102.15 -
System Red Green Blue C M Y K H S L
Decimal 26 66 138 0.81 0.52 0 0.46 218.57 0.68 0.32
Hex 1A 42 8A 51 34 0 2E DB 44 20
Octal 32 102 212 121 64 0 56 333 104 40
Binary 11010 1000010 10001010 1010001 110100 0 101110 11011011 1000100 100000

Color Harmonies of #1A428A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A428A

Black with #1A428A

Text Example


Text Example

White with #1A428A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,66,138); }

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

background-color css

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

 a { background-color: rgb(26,66,138); }

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

border-color css

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

 span { border-color: rgb(26,66,138); }

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