Html Css Color HEX #1C51C4 Cerulean Blue

📋 copy color: '#1C51C4'

red 28 ◦ green 81 ◦ blue 196

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

Shades of Cerulean Blue #1C51C4

Tints of Cerulean Blue #1C51C4

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.56%

 BLUE value IS 196 (76.95% from 255) = 64.26%

R = 9.18%
G = 26.56%
B = 64.26%

CMYK

 C value IS 0.86

 M value IS 0.59

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#1C51C4 (or 0x1C51C4) is known color: Cerulean Blue. HEX triplet: 1C, 51 and C4. RGB value is (28,81,196). Sum of RGB (Red+Green+Blue) = 28+81+196=305 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.18% from 305); Green value is 81 (32.03% from 255 or 26.56% from 305); Blue value is 196 (76.95% from 255 or 64.26% from 305); Max value from RGB is 196 - color contains mainly: blue. Hex color #1C51C4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C51C4 is #E3AE3B. Grayscale: #4D4D4D. Windows color (decimal): -14921276 or 12865820. OLE color: 12865820.

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

Color convert

RGB 28 81 196 -
CMYK 0.86 0.59 0 0.23
HSL 221.07º 0.75% 0.44% -
HSV(B) 221.07º 0.86% 0.77% -
XYZ 13.39 10.12 53.47 -
YUV 78.26 194.44 92.15 -
System Red Green Blue C M Y K H S L
Decimal 28 81 196 0.86 0.59 0 0.23 221.07 0.75 0.44
Hex 1C 51 C4 56 3B 0 17 DD 4B 2C
Octal 34 121 304 126 73 0 27 335 113 54
Binary 11100 1010001 11000100 1010110 111011 0 10111 11011101 1001011 101100

Color Harmonies of #1C51C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C51C4

Black with #1C51C4

Text Example


Text Example

White with #1C51C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,81,196); }

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

background-color css

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

 a { background-color: rgb(28,81,196); }

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

border-color css

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

 span { border-color: rgb(28,81,196); }

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