Html Css Color HEX #1A468A Dark Cerulean

📋 copy color: '#1A468A'

red 26 ◦ green 70 ◦ blue 138

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

Shades of Dark Cerulean #1A468A

Tints of Dark Cerulean #1A468A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.91%

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

R = 11.11%
G = 29.91%
B = 58.97%

CMYK

 C value IS 0.81

 M value IS 0.49

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#1A468A (or 0x1A468A) is known color: Dark Cerulean. HEX triplet: 1A, 46 and 8A. RGB value is (26,70,138). Sum of RGB (Red+Green+Blue) = 26+70+138=234 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.11% from 234); Green value is 70 (27.73% from 255 or 29.91% from 234); Blue value is 138 (54.30% from 255 or 58.97% from 234); Max value from RGB is 138 - color contains mainly: blue. Hex color #1A468A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A468A is #E5B975. Grayscale: #404040. Windows color (decimal): -15055222 or 9061914. OLE color: 9061914.

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

Color convert

RGB 26 70 138 -
CMYK 0.81 0.49 0 0.46
HSL 216.43º 0.68% 0.32% -
HSV(B) 216.43º 0.81% 0.54% -
XYZ 7.2 6.43 24.91 -
YUV 64.6 169.42 100.47 -
System Red Green Blue C M Y K H S L
Decimal 26 70 138 0.81 0.49 0 0.46 216.43 0.68 0.32
Hex 1A 46 8A 51 31 0 2E D8 44 20
Octal 32 106 212 121 61 0 56 330 104 40
Binary 11010 1000110 10001010 1010001 110001 0 101110 11011000 1000100 100000

Color Harmonies of #1A468A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A468A

Black with #1A468A

Text Example


Text Example

White with #1A468A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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