Html Css Color HEX #1B4174 Dark Cerulean

📋 copy color: '#1B4174'

red 27 ◦ green 65 ◦ blue 116

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

Shades of Dark Cerulean #1B4174

Tints of Dark Cerulean #1B4174

RGB

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

 GREEN value IS 65 (25.78% from 255) = 31.25%

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

R = 12.98%
G = 31.25%
B = 55.77%

CMYK

 C value IS 0.77

 M value IS 0.44

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#1B4174 (or 0x1B4174) is known color: Dark Cerulean. HEX triplet: 1B, 41 and 74. RGB value is (27,65,116). Sum of RGB (Red+Green+Blue) = 27+65+116=208 (27% of max value = 765). Red value is 27 (10.94% from 255 or 12.98% from 208); Green value is 65 (25.78% from 255 or 31.25% from 208); Blue value is 116 (45.70% from 255 or 55.77% from 208); Max value from RGB is 116 - color contains mainly: blue. Hex color #1B4174 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B4174 is #E4BE8B. Grayscale: #3B3B3B. Windows color (decimal): -14990988 or 7618843. OLE color: 7618843.

HSL color Cylindrical-coordinate representation of color #1B4174: hue angle of 214.38º 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 #1B4174 is Cyan = 0.77, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 27 65 116 -
CMYK 0.77 0.44 0 0.55
HSL 214.38º 0.62% 0.28% -
HSV(B) 214.38º 0.77% 0.45% -
XYZ 5.49 5.27 17.25 -
YUV 59.45 159.91 104.85 -
System Red Green Blue C M Y K H S L
Decimal 27 65 116 0.77 0.44 0 0.55 214.38 0.62 0.28
Hex 1B 41 74 4D 2C 0 37 D6 3E 1C
Octal 33 101 164 115 54 0 67 326 76 34
Binary 11011 1000001 1110100 1001101 101100 0 110111 11010110 111110 11100

Color Harmonies of #1B4174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B4174

Black with #1B4174

Text Example


Text Example

White with #1B4174

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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