Html Css Color HEX #1A4EC5 Cerulean Blue

📋 copy color: '#1A4EC5'

red 26 ◦ green 78 ◦ blue 197

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

Shades of Cerulean Blue #1A4EC5

Tints of Cerulean Blue #1A4EC5

RGB

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

 GREEN value IS 78 (30.86% from 255) = 25.91%

 BLUE value IS 197 (77.34% from 255) = 65.45%

R = 8.64%
G = 25.91%
B = 65.45%

CMYK

 C value IS 0.87

 M value IS 0.60

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#1A4EC5 (or 0x1A4EC5) is known color: Cerulean Blue. HEX triplet: 1A, 4E and C5. RGB value is (26,78,197). Sum of RGB (Red+Green+Blue) = 26+78+197=301 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.64% from 301); Green value is 78 (30.86% from 255 or 25.91% from 301); Blue value is 197 (77.34% from 255 or 65.45% from 301); Max value from RGB is 197 - color contains mainly: blue. Hex color #1A4EC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A4EC5 is #E5B13A. Grayscale: #4B4B4B. Windows color (decimal): -15053115 or 12930586. OLE color: 12930586.

HSL color Cylindrical-coordinate representation of color #1A4EC5: hue angle of 221.75º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1A4EC5 is Cyan = 0.87, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 26 78 197 -
CMYK 0.87 0.60 0 0.23
HSL 221.75º 0.77% 0.44% -
HSV(B) 221.75º 0.87% 0.77% -
XYZ 13.23 9.7 54 -
YUV 76.02 196.27 92.32 -
System Red Green Blue C M Y K H S L
Decimal 26 78 197 0.87 0.60 0 0.23 221.75 0.77 0.44
Hex 1A 4E C5 57 3C 0 17 DE 4D 2C
Octal 32 116 305 127 74 0 27 336 115 54
Binary 11010 1001110 11000101 1010111 111100 0 10111 11011110 1001101 101100

Color Harmonies of #1A4EC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A4EC5

Black with #1A4EC5

Text Example


Text Example

White with #1A4EC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,78,197); }

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

background-color css

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

 a { background-color: rgb(26,78,197); }

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

border-color css

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

 span { border-color: rgb(26,78,197); }

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