Html Css Color HEX #1C4CBC Cerulean Blue

📋 copy color: '#1C4CBC'

red 28 ◦ green 76 ◦ blue 188

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

Shades of Cerulean Blue #1C4CBC

Tints of Cerulean Blue #1C4CBC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 26.03%

 BLUE value IS 188 (73.83% from 255) = 64.38%

R = 9.59%
G = 26.03%
B = 64.38%

CMYK

 C value IS 0.85

 M value IS 0.60

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1C4CBC (or 0x1C4CBC) is known color: Cerulean Blue. HEX triplet: 1C, 4C and BC. RGB value is (28,76,188). Sum of RGB (Red+Green+Blue) = 28+76+188=292 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.59% from 292); Green value is 76 (30.08% from 255 or 26.03% from 292); Blue value is 188 (73.83% from 255 or 64.38% from 292); Max value from RGB is 188 - color contains mainly: blue. Hex color #1C4CBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C4CBC is #E3B343. Grayscale: #494949. Windows color (decimal): -14922564 or 12340252. OLE color: 12340252.

HSL color Cylindrical-coordinate representation of color #1C4CBC: hue angle of 222º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1C4CBC is Cyan = 0.85, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 28 76 188 -
CMYK 0.85 0.60 0 0.26
HSL 222º 0.74% 0.42% -
HSV(B) 222º 0.85% 0.74% -
XYZ 12.14 9.05 48.68 -
YUV 74.42 192.1 94.89 -
System Red Green Blue C M Y K H S L
Decimal 28 76 188 0.85 0.60 0 0.26 222 0.74 0.42
Hex 1C 4C BC 55 3C 0 1A DE 4A 2A
Octal 34 114 274 125 74 0 32 336 112 52
Binary 11100 1001100 10111100 1010101 111100 0 11010 11011110 1001010 101010

Color Harmonies of #1C4CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C4CBC

Black with #1C4CBC

Text Example


Text Example

White with #1C4CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,76,188); }

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

background-color css

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

 a { background-color: rgb(28,76,188); }

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

border-color css

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

 span { border-color: rgb(28,76,188); }

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