Html Css Color HEX #1B50AB Cerulean Blue

📋 copy color: '#1B50AB'

red 27 ◦ green 80 ◦ blue 171

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

Shades of Cerulean Blue #1B50AB

Tints of Cerulean Blue #1B50AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 61.51%

R = 9.71%
G = 28.78%
B = 61.51%

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

#1B50AB (or 0x1B50AB) is known color: Cerulean Blue. HEX triplet: 1B, 50 and AB. RGB value is (27,80,171). Sum of RGB (Red+Green+Blue) = 27+80+171=278 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.71% from 278); Green value is 80 (31.64% from 255 or 28.78% from 278); Blue value is 171 (67.19% from 255 or 61.51% from 278); Max value from RGB is 171 - color contains mainly: blue. Hex color #1B50AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B50AB is #E4AF54. Grayscale: #4A4A4A. Windows color (decimal): -14987093 or 11227163. OLE color: 11227163.

HSL color Cylindrical-coordinate representation of color #1B50AB: hue angle of 217.92º 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 #1B50AB is Cyan = 0.84, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 27 80 171 -
CMYK 0.84 0.53 0 0.33
HSL 217.92º 0.73% 0.39% -
HSV(B) 217.92º 0.84% 0.67% -
XYZ 10.67 8.91 39.69 -
YUV 74.53 182.44 94.1 -
System Red Green Blue C M Y K H S L
Decimal 27 80 171 0.84 0.53 0 0.33 217.92 0.73 0.39
Hex 1B 50 AB 54 35 0 21 DA 49 27
Octal 33 120 253 124 65 0 41 332 111 47
Binary 11011 1010000 10101011 1010100 110101 0 100001 11011010 1001001 100111

Color Harmonies of #1B50AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B50AB

Black with #1B50AB

Text Example


Text Example

White with #1B50AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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