Html Css Color HEX #1C4BAD Cerulean Blue

📋 copy color: '#1C4BAD'

red 28 ◦ green 75 ◦ blue 173

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

Shades of Cerulean Blue #1C4BAD

Tints of Cerulean Blue #1C4BAD

RGB

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

 GREEN value IS 75 (29.69% from 255) = 27.17%

 BLUE value IS 173 (67.97% from 255) = 62.68%

R = 10.14%
G = 27.17%
B = 62.68%

CMYK

 C value IS 0.84

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1C4BAD (or 0x1C4BAD) is known color: Cerulean Blue. HEX triplet: 1C, 4B and AD. RGB value is (28,75,173). Sum of RGB (Red+Green+Blue) = 28+75+173=276 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.14% from 276); Green value is 75 (29.69% from 255 or 27.17% from 276); Blue value is 173 (67.97% from 255 or 62.68% from 276); Max value from RGB is 173 - color contains mainly: blue. Hex color #1C4BAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C4BAD is #E3B452. Grayscale: #474747. Windows color (decimal): -14922835 or 11356956. OLE color: 11356956.

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

Color convert

RGB 28 75 173 -
CMYK 0.84 0.57 0 0.32
HSL 220.55º 0.72% 0.39% -
HSV(B) 220.55º 0.84% 0.68% -
XYZ 10.54 8.3 40.58 -
YUV 72.12 184.93 96.53 -
System Red Green Blue C M Y K H S L
Decimal 28 75 173 0.84 0.57 0 0.32 220.55 0.72 0.39
Hex 1C 4B AD 54 39 0 20 DD 48 27
Octal 34 113 255 124 71 0 40 335 110 47
Binary 11100 1001011 10101101 1010100 111001 0 100000 11011101 1001000 100111

Color Harmonies of #1C4BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C4BAD

Black with #1C4BAD

Text Example


Text Example

White with #1C4BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,75,173); }

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

background-color css

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

 a { background-color: rgb(28,75,173); }

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

border-color css

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

 span { border-color: rgb(28,75,173); }

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