Html Css Color HEX #1A4ACE Cerulean Blue

📋 copy color: '#1A4ACE'

red 26 ◦ green 74 ◦ blue 206

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

Shades of Cerulean Blue #1A4ACE

Tints of Cerulean Blue #1A4ACE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.18%

 BLUE value IS 206 (80.86% from 255) = 67.32%

R = 8.5%
G = 24.18%
B = 67.32%

CMYK

 C value IS 0.87

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1A4ACE (or 0x1A4ACE) is known color: Cerulean Blue. HEX triplet: 1A, 4A and CE. RGB value is (26,74,206). Sum of RGB (Red+Green+Blue) = 26+74+206=306 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.50% from 306); Green value is 74 (29.30% from 255 or 24.18% from 306); Blue value is 206 (80.86% from 255 or 67.32% from 306); Max value from RGB is 206 - color contains mainly: blue. Hex color #1A4ACE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A4ACE is #E5B531. Grayscale: #4A4A4A. Windows color (decimal): -15054130 or 13519386. OLE color: 13519386.

HSL color Cylindrical-coordinate representation of color #1A4ACE: hue angle of 224º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1A4ACE is Cyan = 0.87, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 26 74 206 -
CMYK 0.87 0.64 0 0.19
HSL 224º 0.78% 0.45% -
HSV(B) 224º 0.87% 0.81% -
XYZ 14.02 9.57 59.5 -
YUV 74.7 202.1 93.27 -
System Red Green Blue C M Y K H S L
Decimal 26 74 206 0.87 0.64 0 0.19 224 0.78 0.45
Hex 1A 4A CE 57 40 0 13 E0 4E 2D
Octal 32 112 316 127 100 0 23 340 116 55
Binary 11010 1001010 11001110 1010111 1000000 0 10011 11100000 1001110 101101

Color Harmonies of #1A4ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A4ACE

Black with #1A4ACE

Text Example


Text Example

White with #1A4ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,74,206); }

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

background-color css

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

 a { background-color: rgb(26,74,206); }

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

border-color css

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

 span { border-color: rgb(26,74,206); }

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