Html Css Color HEX #1B4676 Dark Cerulean

📋 copy color: '#1B4676'

red 27 ◦ green 70 ◦ blue 118

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

Shades of Dark Cerulean #1B4676

Tints of Dark Cerulean #1B4676

RGB

 RED value IS 27 (10.94% from 255) = 12.56%

 GREEN value IS 70 (27.73% from 255) = 32.56%

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

R = 12.56%
G = 32.56%
B = 54.88%

CMYK

 C value IS 0.77

 M value IS 0.41

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#1B4676 (or 0x1B4676) is known color: Dark Cerulean. HEX triplet: 1B, 46 and 76. RGB value is (27,70,118). Sum of RGB (Red+Green+Blue) = 27+70+118=215 (28% of max value = 765). Red value is 27 (10.94% from 255 or 12.56% from 215); Green value is 70 (27.73% from 255 or 32.56% from 215); Blue value is 118 (46.48% from 255 or 54.88% from 215); Max value from RGB is 118 - color contains mainly: blue. Hex color #1B4676 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B4676 is #E4B989. Grayscale: #3E3E3E. Windows color (decimal): -14989706 or 7751195. OLE color: 7751195.

HSL color Cylindrical-coordinate representation of color #1B4676: hue angle of 211.65º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1B4676 is Cyan = 0.77, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 27 70 118 -
CMYK 0.77 0.41 0 0.54
HSL 211.65º 0.63% 0.28% -
HSV(B) 211.65º 0.77% 0.46% -
XYZ 5.91 5.92 17.97 -
YUV 62.62 159.25 102.6 -
System Red Green Blue C M Y K H S L
Decimal 27 70 118 0.77 0.41 0 0.54 211.65 0.63 0.28
Hex 1B 46 76 4D 29 0 36 D4 3F 1C
Octal 33 106 166 115 51 0 66 324 77 34
Binary 11011 1000110 1110110 1001101 101001 0 110110 11010100 111111 11100

Color Harmonies of #1B4676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B4676

Black with #1B4676

Text Example


Text Example

White with #1B4676

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,70,118); }

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

background-color css

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

 a { background-color: rgb(27,70,118); }

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

border-color css

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

 span { border-color: rgb(27,70,118); }

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