Html Css Color HEX #1B7EAA Cerulean

📋 copy color: '#1B7EAA'

red 27 ◦ green 126 ◦ blue 170

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

Shades of Cerulean #1B7EAA

Tints of Cerulean #1B7EAA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 39.01%

 BLUE value IS 170 (66.8% from 255) = 52.63%

R = 8.36%
G = 39.01%
B = 52.63%

CMYK

 C value IS 0.84

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1B7EAA (or 0x1B7EAA) is known color: Cerulean. HEX triplet: 1B, 7E and AA. RGB value is (27,126,170). Sum of RGB (Red+Green+Blue) = 27+126+170=323 (42% of max value = 765). Red value is 27 (10.94% from 255 or 8.36% from 323); Green value is 126 (49.61% from 255 or 39.01% from 323); Blue value is 170 (66.80% from 255 or 52.63% from 323); Max value from RGB is 170 - color contains mainly: blue. Hex color #1B7EAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B7EAA is #E48155. Grayscale: #656565. Windows color (decimal): -14975318 or 11173403. OLE color: 11173403.

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

Color convert

RGB 27 126 170 -
CMYK 0.84 0.26 0 0.33
HSL 198.46º 0.73% 0.39% -
HSV(B) 198.46º 0.84% 0.67% -
XYZ 15.17 18.06 40.72 -
YUV 101.42 166.7 74.92 -
System Red Green Blue C M Y K H S L
Decimal 27 126 170 0.84 0.26 0 0.33 198.46 0.73 0.39
Hex 1B 7E AA 54 1A 0 21 C6 49 27
Octal 33 176 252 124 32 0 41 306 111 47
Binary 11011 1111110 10101010 1010100 11010 0 100001 11000110 1001001 100111

Color Harmonies of #1B7EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B7EAA

Black with #1B7EAA

Text Example


Text Example

White with #1B7EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,126,170); }

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

background-color css

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

 a { background-color: rgb(27,126,170); }

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

border-color css

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

 span { border-color: rgb(27,126,170); }

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