Html Css Color HEX #1B7BAE Cerulean

📋 copy color: '#1B7BAE'

red 27 ◦ green 123 ◦ blue 174

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

Shades of Cerulean #1B7BAE

Tints of Cerulean #1B7BAE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 37.96%

 BLUE value IS 174 (68.36% from 255) = 53.7%

R = 8.33%
G = 37.96%
B = 53.7%

CMYK

 C value IS 0.84

 M value IS 0.29

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1B7BAE (or 0x1B7BAE) is known color: Cerulean. HEX triplet: 1B, 7B and AE. RGB value is (27,123,174). Sum of RGB (Red+Green+Blue) = 27+123+174=324 (42% of max value = 765). Red value is 27 (10.94% from 255 or 8.33% from 324); Green value is 123 (48.44% from 255 or 37.96% from 324); Blue value is 174 (68.36% from 255 or 53.70% from 324); Max value from RGB is 174 - color contains mainly: blue. Hex color #1B7BAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B7BAE is #E48451. Grayscale: #636363. Windows color (decimal): -14976082 or 11434779. OLE color: 11434779.

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

Color convert

RGB 27 123 174 -
CMYK 0.84 0.29 0 0.32
HSL 200.82º 0.73% 0.39% -
HSV(B) 200.82º 0.84% 0.68% -
XYZ 15.17 17.45 42.61 -
YUV 100.11 169.7 75.85 -
System Red Green Blue C M Y K H S L
Decimal 27 123 174 0.84 0.29 0 0.32 200.82 0.73 0.39
Hex 1B 7B AE 54 1D 0 20 C9 49 27
Octal 33 173 256 124 35 0 40 311 111 47
Binary 11011 1111011 10101110 1010100 11101 0 100000 11001001 1001001 100111

Color Harmonies of #1B7BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B7BAE

Black with #1B7BAE

Text Example


Text Example

White with #1B7BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,123,174); }

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

background-color css

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

 a { background-color: rgb(27,123,174); }

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

border-color css

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

 span { border-color: rgb(27,123,174); }

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