Html Css Color HEX #1A438A Dark Cerulean

📋 copy color: '#1A438A'

red 26 ◦ green 67 ◦ blue 138

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

Shades of Dark Cerulean #1A438A

Tints of Dark Cerulean #1A438A

RGB

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

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

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

R = 11.26%
G = 29%
B = 59.74%

CMYK

 C value IS 0.81

 M value IS 0.51

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#1A438A (or 0x1A438A) is known color: Dark Cerulean. HEX triplet: 1A, 43 and 8A. RGB value is (26,67,138). Sum of RGB (Red+Green+Blue) = 26+67+138=231 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.26% from 231); Green value is 67 (26.56% from 255 or 29.00% from 231); Blue value is 138 (54.30% from 255 or 59.74% from 231); Max value from RGB is 138 - color contains mainly: blue. Hex color #1A438A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A438A is #E5BC75. Grayscale: #3E3E3E. Windows color (decimal): -15055990 or 9061146. OLE color: 9061146.

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

Color convert

RGB 26 67 138 -
CMYK 0.81 0.51 0 0.46
HSL 218.04º 0.68% 0.32% -
HSV(B) 218.04º 0.81% 0.54% -
XYZ 7.02 6.07 24.85 -
YUV 62.84 170.42 101.73 -
System Red Green Blue C M Y K H S L
Decimal 26 67 138 0.81 0.51 0 0.46 218.04 0.68 0.32
Hex 1A 43 8A 51 33 0 2E DA 44 20
Octal 32 103 212 121 63 0 56 332 104 40
Binary 11010 1000011 10001010 1010001 110011 0 101110 11011010 1000100 100000

Color Harmonies of #1A438A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A438A

Black with #1A438A

Text Example


Text Example

White with #1A438A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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