Html Css Color HEX #1A438D Dark Cerulean

📋 copy color: '#1A438D'

red 26 ◦ green 67 ◦ blue 141

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

Shades of Dark Cerulean #1A438D

Tints of Dark Cerulean #1A438D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 28.63%

 BLUE value IS 141 (55.47% from 255) = 60.26%

R = 11.11%
G = 28.63%
B = 60.26%

CMYK

 C value IS 0.82

 M value IS 0.52

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#1A438D (or 0x1A438D) is known color: Dark Cerulean. HEX triplet: 1A, 43 and 8D. RGB value is (26,67,141). Sum of RGB (Red+Green+Blue) = 26+67+141=234 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.11% from 234); Green value is 67 (26.56% from 255 or 28.63% from 234); Blue value is 141 (55.47% from 255 or 60.26% from 234); Max value from RGB is 141 - color contains mainly: blue. Hex color #1A438D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A438D is #E5BC72. Grayscale: #3E3E3E. Windows color (decimal): -15055987 or 9257754. OLE color: 9257754.

HSL color Cylindrical-coordinate representation of color #1A438D: hue angle of 218.61º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A438D is Cyan = 0.82, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 26 67 141 -
CMYK 0.82 0.52 0 0.45
HSL 218.61º 0.69% 0.33% -
HSV(B) 218.61º 0.82% 0.55% -
XYZ 7.24 6.16 26.01 -
YUV 63.18 171.92 101.48 -
System Red Green Blue C M Y K H S L
Decimal 26 67 141 0.82 0.52 0 0.45 218.61 0.69 0.33
Hex 1A 43 8D 52 34 0 2D DB 45 21
Octal 32 103 215 122 64 0 55 333 105 41
Binary 11010 1000011 10001101 1010010 110100 0 101101 11011011 1000101 100001

Color Harmonies of #1A438D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A438D

Black with #1A438D

Text Example


Text Example

White with #1A438D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,67,141); }

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

background-color css

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

 a { background-color: rgb(26,67,141); }

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

border-color css

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

 span { border-color: rgb(26,67,141); }

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