Html Css Color HEX #1B4086 Dark Cerulean

📋 copy color: '#1B4086'

red 27 ◦ green 64 ◦ blue 134

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

Shades of Dark Cerulean #1B4086

Tints of Dark Cerulean #1B4086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 59.56%

R = 12%
G = 28.44%
B = 59.56%

CMYK

 C value IS 0.80

 M value IS 0.52

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#1B4086 (or 0x1B4086) is known color: Dark Cerulean. HEX triplet: 1B, 40 and 86. RGB value is (27,64,134). Sum of RGB (Red+Green+Blue) = 27+64+134=225 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12% from 225); Green value is 64 (25.39% from 255 or 28.44% from 225); Blue value is 134 (52.73% from 255 or 59.56% from 225); Max value from RGB is 134 - color contains mainly: blue. Hex color #1B4086 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B4086 is #E4BF79. Grayscale: #3C3C3C. Windows color (decimal): -14991226 or 8798235. OLE color: 8798235.

HSL color Cylindrical-coordinate representation of color #1B4086: hue angle of 219.25º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1B4086 is Cyan = 0.80, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 27 64 134 -
CMYK 0.80 0.52 0 0.47
HSL 219.25º 0.66% 0.32% -
HSV(B) 219.25º 0.8% 0.53% -
XYZ 6.59 5.62 23.29 -
YUV 60.92 169.24 103.81 -
System Red Green Blue C M Y K H S L
Decimal 27 64 134 0.80 0.52 0 0.47 219.25 0.66 0.32
Hex 1B 40 86 50 34 0 2F DB 42 20
Octal 33 100 206 120 64 0 57 333 102 40
Binary 11011 1000000 10000110 1010000 110100 0 101111 11011011 1000010 100000

Color Harmonies of #1B4086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B4086

Black with #1B4086

Text Example


Text Example

White with #1B4086

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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