Html Css Color HEX #1C4CBD Cerulean Blue

📋 copy color: '#1C4CBD'

red 28 ◦ green 76 ◦ blue 189

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

Shades of Cerulean Blue #1C4CBD

Tints of Cerulean Blue #1C4CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 64.51%

R = 9.56%
G = 25.94%
B = 64.51%

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

#1C4CBD (or 0x1C4CBD) is known color: Cerulean Blue. HEX triplet: 1C, 4C and BD. RGB value is (28,76,189). Sum of RGB (Red+Green+Blue) = 28+76+189=293 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.56% from 293); Green value is 76 (30.08% from 255 or 25.94% from 293); Blue value is 189 (74.22% from 255 or 64.51% from 293); Max value from RGB is 189 - color contains mainly: blue. Hex color #1C4CBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C4CBD is #E3B342. Grayscale: #4A4A4A. Windows color (decimal): -14922563 or 12405788. OLE color: 12405788.

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

Color convert

RGB 28 76 189 -
CMYK 0.85 0.60 0 0.26
HSL 222.11º 0.74% 0.43% -
HSV(B) 222.11º 0.85% 0.74% -
XYZ 12.25 9.09 49.25 -
YUV 74.53 192.6 94.81 -
System Red Green Blue C M Y K H S L
Decimal 28 76 189 0.85 0.60 0 0.26 222.11 0.74 0.43
Hex 1C 4C BD 55 3C 0 1A DE 4A 2B
Octal 34 114 275 125 74 0 32 336 112 53
Binary 11100 1001100 10111101 1010101 111100 0 11010 11011110 1001010 101011

Color Harmonies of #1C4CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C4CBD

Black with #1C4CBD

Text Example


Text Example

White with #1C4CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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