Html Css Color HEX #1B50BA Cerulean Blue

📋 copy color: '#1B50BA'

red 27 ◦ green 80 ◦ blue 186

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

Shades of Cerulean Blue #1B50BA

Tints of Cerulean Blue #1B50BA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.3%

 BLUE value IS 186 (73.05% from 255) = 63.48%

R = 9.22%
G = 27.3%
B = 63.48%

CMYK

 C value IS 0.85

 M value IS 0.57

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1B50BA (or 0x1B50BA) is known color: Cerulean Blue. HEX triplet: 1B, 50 and BA. RGB value is (27,80,186). Sum of RGB (Red+Green+Blue) = 27+80+186=293 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.22% from 293); Green value is 80 (31.64% from 255 or 27.30% from 293); Blue value is 186 (73.05% from 255 or 63.48% from 293); Max value from RGB is 186 - color contains mainly: blue. Hex color #1B50BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B50BA is #E4AF45. Grayscale: #4B4B4B. Windows color (decimal): -14987078 or 12210203. OLE color: 12210203.

HSL color Cylindrical-coordinate representation of color #1B50BA: hue angle of 220º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1B50BA is Cyan = 0.85, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 27 80 186 -
CMYK 0.85 0.57 0 0.27
HSL 220º 0.75% 0.42% -
HSV(B) 220º 0.85% 0.73% -
XYZ 12.18 9.52 47.65 -
YUV 76.24 189.94 92.88 -
System Red Green Blue C M Y K H S L
Decimal 27 80 186 0.85 0.57 0 0.27 220 0.75 0.42
Hex 1B 50 BA 55 39 0 1B DC 4B 2A
Octal 33 120 272 125 71 0 33 334 113 52
Binary 11011 1010000 10111010 1010101 111001 0 11011 11011100 1001011 101010

Color Harmonies of #1B50BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B50BA

Black with #1B50BA

Text Example


Text Example

White with #1B50BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,80,186); }

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

background-color css

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

 a { background-color: rgb(27,80,186); }

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

border-color css

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

 span { border-color: rgb(27,80,186); }

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