Html Css Color HEX #1A3C8B Dark Cerulean

📋 copy color: '#1A3C8B'

red 26 ◦ green 60 ◦ blue 139

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

Shades of Dark Cerulean #1A3C8B

Tints of Dark Cerulean #1A3C8B

RGB

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

 GREEN value IS 60 (23.83% from 255) = 26.67%

 BLUE value IS 139 (54.69% from 255) = 61.78%

R = 11.56%
G = 26.67%
B = 61.78%

CMYK

 C value IS 0.81

 M value IS 0.57

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#1A3C8B (or 0x1A3C8B) is known color: Dark Cerulean. HEX triplet: 1A, 3C and 8B. RGB value is (26,60,139). Sum of RGB (Red+Green+Blue) = 26+60+139=225 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.56% from 225); Green value is 60 (23.83% from 255 or 26.67% from 225); Blue value is 139 (54.69% from 255 or 61.78% from 225); Max value from RGB is 139 - color contains mainly: blue. Hex color #1A3C8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A3C8B is #E5C374. Grayscale: #3A3A3A. Windows color (decimal): -15057781 or 9124890. OLE color: 9124890.

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

Color convert

RGB 26 60 139 -
CMYK 0.81 0.57 0 0.45
HSL 221.95º 0.68% 0.32% -
HSV(B) 221.95º 0.81% 0.55% -
XYZ 6.7 5.32 25.1 -
YUV 58.84 173.24 104.58 -
System Red Green Blue C M Y K H S L
Decimal 26 60 139 0.81 0.57 0 0.45 221.95 0.68 0.32
Hex 1A 3C 8B 51 39 0 2D DE 44 20
Octal 32 74 213 121 71 0 55 336 104 40
Binary 11010 111100 10001011 1010001 111001 0 101101 11011110 1000100 100000

Color Harmonies of #1A3C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A3C8B

Black with #1A3C8B

Text Example


Text Example

White with #1A3C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,60,139); }

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

background-color css

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

 a { background-color: rgb(26,60,139); }

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

border-color css

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

 span { border-color: rgb(26,60,139); }

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