Html Css Color HEX #1C50AA Cerulean Blue

📋 copy color: '#1C50AA'

red 28 ◦ green 80 ◦ blue 170

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

Shades of Cerulean Blue #1C50AA

Tints of Cerulean Blue #1C50AA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.78%

 BLUE value IS 170 (66.8% from 255) = 61.15%

R = 10.07%
G = 28.78%
B = 61.15%

CMYK

 C value IS 0.84

 M value IS 0.53

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1C50AA (or 0x1C50AA) is known color: Cerulean Blue. HEX triplet: 1C, 50 and AA. RGB value is (28,80,170). Sum of RGB (Red+Green+Blue) = 28+80+170=278 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.07% from 278); Green value is 80 (31.64% from 255 or 28.78% from 278); Blue value is 170 (66.80% from 255 or 61.15% from 278); Max value from RGB is 170 - color contains mainly: blue. Hex color #1C50AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C50AA is #E3AF55. Grayscale: #4A4A4A. Windows color (decimal): -14921558 or 11161628. OLE color: 11161628.

HSL color Cylindrical-coordinate representation of color #1C50AA: hue angle of 218.03º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C50AA is Cyan = 0.84, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 28 80 170 -
CMYK 0.84 0.53 0 0.33
HSL 218.03º 0.72% 0.39% -
HSV(B) 218.03º 0.84% 0.67% -
XYZ 10.6 8.89 39.19 -
YUV 74.71 181.77 94.68 -
System Red Green Blue C M Y K H S L
Decimal 28 80 170 0.84 0.53 0 0.33 218.03 0.72 0.39
Hex 1C 50 AA 54 35 0 21 DA 48 27
Octal 34 120 252 124 65 0 41 332 110 47
Binary 11100 1010000 10101010 1010100 110101 0 100001 11011010 1001000 100111

Color Harmonies of #1C50AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C50AA

Black with #1C50AA

Text Example


Text Example

White with #1C50AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,80,170); }

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

background-color css

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

 a { background-color: rgb(28,80,170); }

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

border-color css

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

 span { border-color: rgb(28,80,170); }

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