Html Css Color HEX #1C4E76 Bahama Blue

📋 copy color: '#1C4E76'

red 28 ◦ green 78 ◦ blue 118

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

Shades of Bahama Blue #1C4E76

Tints of Bahama Blue #1C4E76

RGB

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

 GREEN value IS 78 (30.86% from 255) = 34.82%

 BLUE value IS 118 (46.48% from 255) = 52.68%

R = 12.5%
G = 34.82%
B = 52.68%

CMYK

 C value IS 0.76

 M value IS 0.34

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#1C4E76 (or 0x1C4E76) is known color: Bahama Blue. HEX triplet: 1C, 4E and 76. RGB value is (28,78,118). Sum of RGB (Red+Green+Blue) = 28+78+118=224 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.5% from 224); Green value is 78 (30.86% from 255 or 34.82% from 224); Blue value is 118 (46.48% from 255 or 52.68% from 224); Max value from RGB is 118 - color contains mainly: blue. Hex color #1C4E76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C4E76 is #E3B189. Grayscale: #434343. Windows color (decimal): -14922122 or 7753244. OLE color: 7753244.

HSL color Cylindrical-coordinate representation of color #1C4E76: hue angle of 206.67º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C4E76 is Cyan = 0.76, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 28 78 118 -
CMYK 0.76 0.34 0 0.54
HSL 206.67º 0.62% 0.29% -
HSV(B) 206.67º 0.76% 0.46% -
XYZ 6.47 7 18.15 -
YUV 67.61 156.44 99.75 -
System Red Green Blue C M Y K H S L
Decimal 28 78 118 0.76 0.34 0 0.54 206.67 0.62 0.29
Hex 1C 4E 76 4C 22 0 36 CF 3E 1D
Octal 34 116 166 114 42 0 66 317 76 35
Binary 11100 1001110 1110110 1001100 100010 0 110110 11001111 111110 11101

Color Harmonies of #1C4E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C4E76

Black with #1C4E76

Text Example


Text Example

White with #1C4E76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,78,118); }

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

background-color css

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

 a { background-color: rgb(28,78,118); }

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

border-color css

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

 span { border-color: rgb(28,78,118); }

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