Html Css Color HEX #1B49BC Cerulean Blue

📋 copy color: '#1B49BC'

red 27 ◦ green 73 ◦ blue 188

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

Shades of Cerulean Blue #1B49BC

Tints of Cerulean Blue #1B49BC

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.35%

 BLUE value IS 188 (73.83% from 255) = 65.28%

R = 9.38%
G = 25.35%
B = 65.28%

CMYK

 C value IS 0.86

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1B49BC (or 0x1B49BC) is known color: Cerulean Blue. HEX triplet: 1B, 49 and BC. RGB value is (27,73,188). Sum of RGB (Red+Green+Blue) = 27+73+188=288 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.38% from 288); Green value is 73 (28.91% from 255 or 25.35% from 288); Blue value is 188 (73.83% from 255 or 65.28% from 288); Max value from RGB is 188 - color contains mainly: blue. Hex color #1B49BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B49BC is #E4B643. Grayscale: #474747. Windows color (decimal): -14988868 or 12339483. OLE color: 12339483.

HSL color Cylindrical-coordinate representation of color #1B49BC: hue angle of 222.86º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1B49BC is Cyan = 0.86, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 27 73 188 -
CMYK 0.86 0.61 0 0.26
HSL 222.86º 0.75% 0.42% -
HSV(B) 222.86º 0.86% 0.74% -
XYZ 11.91 8.63 48.61 -
YUV 72.36 193.26 95.65 -
System Red Green Blue C M Y K H S L
Decimal 27 73 188 0.86 0.61 0 0.26 222.86 0.75 0.42
Hex 1B 49 BC 56 3D 0 1A DF 4B 2A
Octal 33 111 274 126 75 0 32 337 113 52
Binary 11011 1001001 10111100 1010110 111101 0 11010 11011111 1001011 101010

Color Harmonies of #1B49BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B49BC

Black with #1B49BC

Text Example


Text Example

White with #1B49BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,73,188); }

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

background-color css

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

 a { background-color: rgb(27,73,188); }

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

border-color css

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

 span { border-color: rgb(27,73,188); }

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