Html Css Color HEX #1B4883 Dark Cerulean

📋 copy color: '#1B4883'

red 27 ◦ green 72 ◦ blue 131

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

Shades of Dark Cerulean #1B4883

Tints of Dark Cerulean #1B4883

RGB

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

 GREEN value IS 72 (28.52% from 255) = 31.3%

 BLUE value IS 131 (51.56% from 255) = 56.96%

R = 11.74%
G = 31.3%
B = 56.96%

CMYK

 C value IS 0.79

 M value IS 0.45

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#1B4883 (or 0x1B4883) is known color: Dark Cerulean. HEX triplet: 1B, 48 and 83. RGB value is (27,72,131). Sum of RGB (Red+Green+Blue) = 27+72+131=230 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.74% from 230); Green value is 72 (28.52% from 255 or 31.30% from 230); Blue value is 131 (51.56% from 255 or 56.96% from 230); Max value from RGB is 131 - color contains mainly: blue. Hex color #1B4883 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B4883 is #E4B77C. Grayscale: #404040. Windows color (decimal): -14989181 or 8603675. OLE color: 8603675.

HSL color Cylindrical-coordinate representation of color #1B4883: hue angle of 214.04º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1B4883 is Cyan = 0.79, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 27 72 131 -
CMYK 0.79 0.45 0 0.49
HSL 214.04º 0.66% 0.31% -
HSV(B) 214.04º 0.79% 0.51% -
XYZ 6.87 6.51 22.37 -
YUV 65.27 165.09 100.7 -
System Red Green Blue C M Y K H S L
Decimal 27 72 131 0.79 0.45 0 0.49 214.04 0.66 0.31
Hex 1B 48 83 4F 2D 0 31 D6 42 1F
Octal 33 110 203 117 55 0 61 326 102 37
Binary 11011 1001000 10000011 1001111 101101 0 110001 11010110 1000010 11111

Color Harmonies of #1B4883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B4883

Black with #1B4883

Text Example


Text Example

White with #1B4883

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,72,131); }

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

background-color css

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

 a { background-color: rgb(27,72,131); }

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

border-color css

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

 span { border-color: rgb(27,72,131); }

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