Html Css Color HEX #1C4FAE Cerulean Blue

📋 copy color: '#1C4FAE'

red 28 ◦ green 79 ◦ blue 174

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

Shades of Cerulean Blue #1C4FAE

Tints of Cerulean Blue #1C4FAE

RGB

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

 GREEN value IS 79 (31.25% from 255) = 28.11%

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

R = 9.96%
G = 28.11%
B = 61.92%

CMYK

 C value IS 0.84

 M value IS 0.55

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1C4FAE (or 0x1C4FAE) is known color: Cerulean Blue. HEX triplet: 1C, 4F and AE. RGB value is (28,79,174). Sum of RGB (Red+Green+Blue) = 28+79+174=281 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.96% from 281); Green value is 79 (31.25% from 255 or 28.11% from 281); Blue value is 174 (68.36% from 255 or 61.92% from 281); Max value from RGB is 174 - color contains mainly: blue. Hex color #1C4FAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C4FAE is #E3B051. Grayscale: #4A4A4A. Windows color (decimal): -14921810 or 11423516. OLE color: 11423516.

HSL color Cylindrical-coordinate representation of color #1C4FAE: hue angle of 219.04º 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 #1C4FAE is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 28 79 174 -
CMYK 0.84 0.55 0 0.32
HSL 219.04º 0.72% 0.4% -
HSV(B) 219.04º 0.84% 0.68% -
XYZ 10.91 8.89 41.19 -
YUV 74.58 184.1 94.78 -
System Red Green Blue C M Y K H S L
Decimal 28 79 174 0.84 0.55 0 0.32 219.04 0.72 0.4
Hex 1C 4F AE 54 37 0 20 DB 48 28
Octal 34 117 256 124 67 0 40 333 110 50
Binary 11100 1001111 10101110 1010100 110111 0 100000 11011011 1001000 101000

Color Harmonies of #1C4FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C4FAE

Black with #1C4FAE

Text Example


Text Example

White with #1C4FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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