Html Css Color HEX #1B4674 Dark Cerulean

📋 copy color: '#1B4674'

red 27 ◦ green 70 ◦ blue 116

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

Shades of Dark Cerulean #1B4674

Tints of Dark Cerulean #1B4674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 54.46%

R = 12.68%
G = 32.86%
B = 54.46%

CMYK

 C value IS 0.77

 M value IS 0.40

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#1B4674 (or 0x1B4674) is known color: Dark Cerulean. HEX triplet: 1B, 46 and 74. RGB value is (27,70,116). Sum of RGB (Red+Green+Blue) = 27+70+116=213 (28% of max value = 765). Red value is 27 (10.94% from 255 or 12.68% from 213); Green value is 70 (27.73% from 255 or 32.86% from 213); Blue value is 116 (45.70% from 255 or 54.46% from 213); Max value from RGB is 116 - color contains mainly: blue. Hex color #1B4674 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B4674 is #E4B98B. Grayscale: #3E3E3E. Windows color (decimal): -14989708 or 7620123. OLE color: 7620123.

HSL color Cylindrical-coordinate representation of color #1B4674: hue angle of 211.01º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1B4674 is Cyan = 0.77, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 27 70 116 -
CMYK 0.77 0.40 0 0.55
HSL 211.01º 0.62% 0.28% -
HSV(B) 211.01º 0.77% 0.45% -
XYZ 5.79 5.87 17.35 -
YUV 62.39 158.25 102.76 -
System Red Green Blue C M Y K H S L
Decimal 27 70 116 0.77 0.40 0 0.55 211.01 0.62 0.28
Hex 1B 46 74 4D 28 0 37 D3 3E 1C
Octal 33 106 164 115 50 0 67 323 76 34
Binary 11011 1000110 1110100 1001101 101000 0 110111 11010011 111110 11100

Color Harmonies of #1B4674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B4674

Black with #1B4674

Text Example


Text Example

White with #1B4674

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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