Html Css Color HEX #1B56DB Cerulean Blue

📋 copy color: '#1B56DB'

red 27 ◦ green 86 ◦ blue 219

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

Shades of Cerulean Blue #1B56DB

Tints of Cerulean Blue #1B56DB

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.9%

 BLUE value IS 219 (85.94% from 255) = 65.96%

R = 8.13%
G = 25.9%
B = 65.96%

CMYK

 C value IS 0.88

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1B56DB (or 0x1B56DB) is known color: Cerulean Blue. HEX triplet: 1B, 56 and DB. RGB value is (27,86,219). Sum of RGB (Red+Green+Blue) = 27+86+219=332 (43% of max value = 765). Red value is 27 (10.94% from 255 or 8.13% from 332); Green value is 86 (33.98% from 255 or 25.90% from 332); Blue value is 219 (85.94% from 255 or 65.96% from 332); Max value from RGB is 219 - color contains mainly: blue. Hex color #1B56DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B56DB is #E4A924. Grayscale: #525252. Windows color (decimal): -14985509 or 14374427. OLE color: 14374427.

HSL color Cylindrical-coordinate representation of color #1B56DB: hue angle of 221.56º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1B56DB is Cyan = 0.88, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 27 86 219 -
CMYK 0.88 0.61 0 0.14
HSL 221.56º 0.78% 0.48% -
HSV(B) 221.56º 0.88% 0.86% -
XYZ 16.57 12 68.46 -
YUV 83.52 204.45 87.69 -
System Red Green Blue C M Y K H S L
Decimal 27 86 219 0.88 0.61 0 0.14 221.56 0.78 0.48
Hex 1B 56 DB 58 3D 0 E DE 4E 30
Octal 33 126 333 130 75 0 16 336 116 60
Binary 11011 1010110 11011011 1011000 111101 0 1110 11011110 1001110 110000

Color Harmonies of #1B56DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B56DB

Black with #1B56DB

Text Example


Text Example

White with #1B56DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,86,219); }

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

background-color css

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

 a { background-color: rgb(27,86,219); }

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

border-color css

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

 span { border-color: rgb(27,86,219); }

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