Html Css Color HEX #1B7DAD Cerulean

📋 copy color: '#1B7DAD'

red 27 ◦ green 125 ◦ blue 173

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

Shades of Cerulean #1B7DAD

Tints of Cerulean #1B7DAD

RGB

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

 GREEN value IS 125 (49.22% from 255) = 38.46%

 BLUE value IS 173 (67.97% from 255) = 53.23%

R = 8.31%
G = 38.46%
B = 53.23%

CMYK

 C value IS 0.84

 M value IS 0.28

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1B7DAD (or 0x1B7DAD) is known color: Cerulean. HEX triplet: 1B, 7D and AD. RGB value is (27,125,173). Sum of RGB (Red+Green+Blue) = 27+125+173=325 (43% of max value = 765). Red value is 27 (10.94% from 255 or 8.31% from 325); Green value is 125 (49.22% from 255 or 38.46% from 325); Blue value is 173 (67.97% from 255 or 53.23% from 325); Max value from RGB is 173 - color contains mainly: blue. Hex color #1B7DAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B7DAD is #E48252. Grayscale: #646464. Windows color (decimal): -14975571 or 11369755. OLE color: 11369755.

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

Color convert

RGB 27 125 173 -
CMYK 0.84 0.28 0 0.32
HSL 199.73º 0.73% 0.39% -
HSV(B) 199.73º 0.84% 0.68% -
XYZ 15.33 17.92 42.19 -
YUV 101.17 168.53 75.1 -
System Red Green Blue C M Y K H S L
Decimal 27 125 173 0.84 0.28 0 0.32 199.73 0.73 0.39
Hex 1B 7D AD 54 1C 0 20 C8 49 27
Octal 33 175 255 124 34 0 40 310 111 47
Binary 11011 1111101 10101101 1010100 11100 0 100000 11001000 1001001 100111

Color Harmonies of #1B7DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B7DAD

Black with #1B7DAD

Text Example


Text Example

White with #1B7DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,125,173); }

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

background-color css

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

 a { background-color: rgb(27,125,173); }

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

border-color css

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

 span { border-color: rgb(27,125,173); }

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