Html Css Color HEX #1B4DBC Cerulean Blue

📋 copy color: '#1B4DBC'

red 27 ◦ green 77 ◦ blue 188

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

Shades of Cerulean Blue #1B4DBC

Tints of Cerulean Blue #1B4DBC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 26.37%

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

R = 9.25%
G = 26.37%
B = 64.38%

CMYK

 C value IS 0.86

 M value IS 0.59

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1B4DBC (or 0x1B4DBC) is known color: Cerulean Blue. HEX triplet: 1B, 4D and BC. RGB value is (27,77,188). Sum of RGB (Red+Green+Blue) = 27+77+188=292 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.25% from 292); Green value is 77 (30.47% from 255 or 26.37% from 292); Blue value is 188 (73.83% from 255 or 64.38% from 292); Max value from RGB is 188 - color contains mainly: blue. Hex color #1B4DBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B4DBC is #E4B243. Grayscale: #4A4A4A. Windows color (decimal): -14987844 or 12340507. OLE color: 12340507.

HSL color Cylindrical-coordinate representation of color #1B4DBC: hue angle of 221.37º 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 #1B4DBC is Cyan = 0.86, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 27 77 188 -
CMYK 0.86 0.59 0 0.26
HSL 221.37º 0.75% 0.42% -
HSV(B) 221.37º 0.86% 0.74% -
XYZ 12.18 9.17 48.71 -
YUV 74.7 191.94 93.97 -
System Red Green Blue C M Y K H S L
Decimal 27 77 188 0.86 0.59 0 0.26 221.37 0.75 0.42
Hex 1B 4D BC 56 3B 0 1A DD 4B 2A
Octal 33 115 274 126 73 0 32 335 113 52
Binary 11011 1001101 10111100 1010110 111011 0 11010 11011101 1001011 101010

Color Harmonies of #1B4DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B4DBC

Black with #1B4DBC

Text Example


Text Example

White with #1B4DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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