Html Css Color HEX #1C548B Endeavour

📋 copy color: '#1C548B'

red 28 ◦ green 84 ◦ blue 139

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

Shades of Endeavour #1C548B

Tints of Endeavour #1C548B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 33.47%

 BLUE value IS 139 (54.69% from 255) = 55.38%

R = 11.16%
G = 33.47%
B = 55.38%

CMYK

 C value IS 0.80

 M value IS 0.40

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#1C548B (or 0x1C548B) is known color: Endeavour. HEX triplet: 1C, 54 and 8B. RGB value is (28,84,139). Sum of RGB (Red+Green+Blue) = 28+84+139=251 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.16% from 251); Green value is 84 (33.20% from 255 or 33.47% from 251); Blue value is 139 (54.69% from 255 or 55.38% from 251); Max value from RGB is 139 - color contains mainly: blue. Hex color #1C548B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C548B is #E3AB74. Grayscale: #494949. Windows color (decimal): -14920565 or 9131036. OLE color: 9131036.

HSL color Cylindrical-coordinate representation of color #1C548B: hue angle of 209.73º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C548B is Cyan = 0.80, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 28 84 139 -
CMYK 0.80 0.40 0 0.45
HSL 209.73º 0.66% 0.33% -
HSV(B) 209.73º 0.8% 0.55% -
XYZ 8.31 8.45 25.62 -
YUV 73.53 164.95 95.53 -
System Red Green Blue C M Y K H S L
Decimal 28 84 139 0.80 0.40 0 0.45 209.73 0.66 0.33
Hex 1C 54 8B 50 28 0 2D D2 42 21
Octal 34 124 213 120 50 0 55 322 102 41
Binary 11100 1010100 10001011 1010000 101000 0 101101 11010010 1000010 100001

Color Harmonies of #1C548B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C548B

Black with #1C548B

Text Example


Text Example

White with #1C548B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,84,139); }

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

background-color css

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

 a { background-color: rgb(28,84,139); }

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

border-color css

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

 span { border-color: rgb(28,84,139); }

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