Html Css Color HEX #1B4074 Dark Cerulean

📋 copy color: '#1B4074'

red 27 ◦ green 64 ◦ blue 116

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

Shades of Dark Cerulean #1B4074

Tints of Dark Cerulean #1B4074

RGB

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

 GREEN value IS 64 (25.39% from 255) = 30.92%

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

R = 13.04%
G = 30.92%
B = 56.04%

CMYK

 C value IS 0.77

 M value IS 0.45

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#1B4074 (or 0x1B4074) is known color: Dark Cerulean. HEX triplet: 1B, 40 and 74. RGB value is (27,64,116). Sum of RGB (Red+Green+Blue) = 27+64+116=207 (27% of max value = 765). Red value is 27 (10.94% from 255 or 13.04% from 207); Green value is 64 (25.39% from 255 or 30.92% from 207); Blue value is 116 (45.70% from 255 or 56.04% from 207); Max value from RGB is 116 - color contains mainly: blue. Hex color #1B4074 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B4074 is #E4BF8B. Grayscale: #3A3A3A. Windows color (decimal): -14991244 or 7618587. OLE color: 7618587.

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

Color convert

RGB 27 64 116 -
CMYK 0.77 0.45 0 0.55
HSL 215.06º 0.62% 0.28% -
HSV(B) 215.06º 0.77% 0.45% -
XYZ 5.44 5.16 17.23 -
YUV 58.87 160.24 105.27 -
System Red Green Blue C M Y K H S L
Decimal 27 64 116 0.77 0.45 0 0.55 215.06 0.62 0.28
Hex 1B 40 74 4D 2D 0 37 D7 3E 1C
Octal 33 100 164 115 55 0 67 327 76 34
Binary 11011 1000000 1110100 1001101 101101 0 110111 11010111 111110 11100

Color Harmonies of #1B4074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B4074

Black with #1B4074

Text Example


Text Example

White with #1B4074

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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