Html Css Color HEX #1C4AAE Cerulean Blue

📋 copy color: '#1C4AAE'

red 28 ◦ green 74 ◦ blue 174

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

Shades of Cerulean Blue #1C4AAE

Tints of Cerulean Blue #1C4AAE

RGB

 RED value IS 28 (11.33% from 255) = 10.14%

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

 BLUE value IS 174 (68.36% from 255) = 63.04%

R = 10.14%
G = 26.81%
B = 63.04%

CMYK

 C value IS 0.84

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1C4AAE (or 0x1C4AAE) is known color: Cerulean Blue. HEX triplet: 1C, 4A and AE. RGB value is (28,74,174). Sum of RGB (Red+Green+Blue) = 28+74+174=276 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.14% from 276); Green value is 74 (29.30% from 255 or 26.81% from 276); Blue value is 174 (68.36% from 255 or 63.04% from 276); Max value from RGB is 174 - color contains mainly: blue. Hex color #1C4AAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C4AAE is #E3B551. Grayscale: #474747. Windows color (decimal): -14923090 or 11422236. OLE color: 11422236.

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

Color convert

RGB 28 74 174 -
CMYK 0.84 0.57 0 0.32
HSL 221.1º 0.72% 0.4% -
HSV(B) 221.1º 0.84% 0.68% -
XYZ 10.57 8.2 41.07 -
YUV 71.65 185.76 96.87 -
System Red Green Blue C M Y K H S L
Decimal 28 74 174 0.84 0.57 0 0.32 221.1 0.72 0.4
Hex 1C 4A AE 54 39 0 20 DD 48 28
Octal 34 112 256 124 71 0 40 335 110 50
Binary 11100 1001010 10101110 1010100 111001 0 100000 11011101 1001000 101000

Color Harmonies of #1C4AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C4AAE

Black with #1C4AAE

Text Example


Text Example

White with #1C4AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,74,174); }

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

background-color css

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

 a { background-color: rgb(28,74,174); }

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

border-color css

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

 span { border-color: rgb(28,74,174); }

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