Html Css Color HEX #1B50AC Cerulean Blue

📋 copy color: '#1B50AC'

red 27 ◦ green 80 ◦ blue 172

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

Shades of Cerulean Blue #1B50AC

Tints of Cerulean Blue #1B50AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 61.65%

R = 9.68%
G = 28.67%
B = 61.65%

CMYK

 C value IS 0.84

 M value IS 0.53

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1B50AC (or 0x1B50AC) is known color: Cerulean Blue. HEX triplet: 1B, 50 and AC. RGB value is (27,80,172). Sum of RGB (Red+Green+Blue) = 27+80+172=279 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.68% from 279); Green value is 80 (31.64% from 255 or 28.67% from 279); Blue value is 172 (67.58% from 255 or 61.65% from 279); Max value from RGB is 172 - color contains mainly: blue. Hex color #1B50AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B50AC is #E4AF53. Grayscale: #4A4A4A. Windows color (decimal): -14987092 or 11292699. OLE color: 11292699.

HSL color Cylindrical-coordinate representation of color #1B50AC: hue angle of 218.07º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1B50AC is Cyan = 0.84, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 27 80 172 -
CMYK 0.84 0.53 0 0.33
HSL 218.07º 0.73% 0.39% -
HSV(B) 218.07º 0.84% 0.67% -
XYZ 10.77 8.95 40.19 -
YUV 74.64 182.94 94.02 -
System Red Green Blue C M Y K H S L
Decimal 27 80 172 0.84 0.53 0 0.33 218.07 0.73 0.39
Hex 1B 50 AC 54 35 0 21 DA 49 27
Octal 33 120 254 124 65 0 41 332 111 47
Binary 11011 1010000 10101100 1010100 110101 0 100001 11011010 1001001 100111

Color Harmonies of #1B50AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B50AC

Black with #1B50AC

Text Example


Text Example

White with #1B50AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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