Html Css Color HEX #1C4CBF Cerulean Blue

📋 copy color: '#1C4CBF'

red 28 ◦ green 76 ◦ blue 191

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

Shades of Cerulean Blue #1C4CBF

Tints of Cerulean Blue #1C4CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 64.75%

R = 9.49%
G = 25.76%
B = 64.75%

CMYK

 C value IS 0.85

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1C4CBF (or 0x1C4CBF) is known color: Cerulean Blue. HEX triplet: 1C, 4C and BF. RGB value is (28,76,191). Sum of RGB (Red+Green+Blue) = 28+76+191=295 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.49% from 295); Green value is 76 (30.08% from 255 or 25.76% from 295); Blue value is 191 (75% from 255 or 64.75% from 295); Max value from RGB is 191 - color contains mainly: blue. Hex color #1C4CBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C4CBF is #E3B340. Grayscale: #4A4A4A. Windows color (decimal): -14922561 or 12536860. OLE color: 12536860.

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

Color convert

RGB 28 76 191 -
CMYK 0.85 0.60 0 0.25
HSL 222.33º 0.74% 0.43% -
HSV(B) 222.33º 0.85% 0.75% -
XYZ 12.47 9.18 50.4 -
YUV 74.76 193.6 94.65 -
System Red Green Blue C M Y K H S L
Decimal 28 76 191 0.85 0.60 0 0.25 222.33 0.74 0.43
Hex 1C 4C BF 55 3C 0 19 DE 4A 2B
Octal 34 114 277 125 74 0 31 336 112 53
Binary 11100 1001100 10111111 1010101 111100 0 11001 11011110 1001010 101011

Color Harmonies of #1C4CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C4CBF

Black with #1C4CBF

Text Example


Text Example

White with #1C4CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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