Html Css Color HEX #1B7FAA Cerulean

📋 copy color: '#1B7FAA'

red 27 ◦ green 127 ◦ blue 170

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

Shades of Cerulean #1B7FAA

Tints of Cerulean #1B7FAA

RGB

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

 GREEN value IS 127 (50% from 255) = 39.2%

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

R = 8.33%
G = 39.2%
B = 52.47%

CMYK

 C value IS 0.84

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1B7FAA (or 0x1B7FAA) is known color: Cerulean. HEX triplet: 1B, 7F and AA. RGB value is (27,127,170). Sum of RGB (Red+Green+Blue) = 27+127+170=324 (42% of max value = 765). Red value is 27 (10.94% from 255 or 8.33% from 324); Green value is 127 (50% from 255 or 39.20% from 324); Blue value is 170 (66.80% from 255 or 52.47% from 324); Max value from RGB is 170 - color contains mainly: blue. Hex color #1B7FAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B7FAA is #E48055. Grayscale: #656565. Windows color (decimal): -14975062 or 11173659. OLE color: 11173659.

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

Color convert

RGB 27 127 170 -
CMYK 0.84 0.25 0 0.33
HSL 198.04º 0.73% 0.39% -
HSV(B) 198.04º 0.84% 0.67% -
XYZ 15.3 18.31 40.76 -
YUV 102 166.37 74.5 -
System Red Green Blue C M Y K H S L
Decimal 27 127 170 0.84 0.25 0 0.33 198.04 0.73 0.39
Hex 1B 7F AA 54 19 0 21 C6 49 27
Octal 33 177 252 124 31 0 41 306 111 47
Binary 11011 1111111 10101010 1010100 11001 0 100001 11000110 1001001 100111

Color Harmonies of #1B7FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B7FAA

Black with #1B7FAA

Text Example


Text Example

White with #1B7FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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