Html Css Color HEX #1775AB Cerulean

📋 copy color: '#1775AB'

red 23 ◦ green 117 ◦ blue 171

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

Shades of Cerulean #1775AB

Tints of Cerulean #1775AB

RGB

 RED value IS 23 (9.38% from 255) = 7.4%

 GREEN value IS 117 (46.09% from 255) = 37.62%

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

R = 7.4%
G = 37.62%
B = 54.98%

CMYK

 C value IS 0.87

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1775AB (or 0x1775AB) is known color: Cerulean. HEX triplet: 17, 75 and AB. RGB value is (23,117,171). Sum of RGB (Red+Green+Blue) = 23+117+171=311 (41% of max value = 765). Red value is 23 (9.38% from 255 or 7.40% from 311); Green value is 117 (46.09% from 255 or 37.62% from 311); Blue value is 171 (67.19% from 255 or 54.98% from 311); Max value from RGB is 171 - color contains mainly: blue. Hex color #1775AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1775AB is #E88A54. Grayscale: #5E5E5E. Windows color (decimal): -15239765 or 11236631. OLE color: 11236631.

HSL color Cylindrical-coordinate representation of color #1775AB: hue angle of 201.89º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1775AB is Cyan = 0.87, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 23 117 171 -
CMYK 0.87 0.32 0 0.33
HSL 201.89º 0.76% 0.38% -
HSV(B) 201.89º 0.87% 0.67% -
XYZ 14.07 15.85 40.85 -
YUV 95.05 170.86 76.61 -
System Red Green Blue C M Y K H S L
Decimal 23 117 171 0.87 0.32 0 0.33 201.89 0.76 0.38
Hex 17 75 AB 57 20 0 21 CA 4C 26
Octal 27 165 253 127 40 0 41 312 114 46
Binary 10111 1110101 10101011 1010111 100000 0 100001 11001010 1001100 100110

Color Harmonies of #1775AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1775AB

Black with #1775AB

Text Example


Text Example

White with #1775AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1775AB; }

 p { color: rgb(23,117,171); }

 H1.HeaderClassName
 {
   color: #1775AB;
 }
 .AnyTagClassName
 {
   color: #1775AB;
 }
</style>

background-color css

<style>
 a { background-color: #1775AB; }

 a { background-color: rgb(23,117,171); }

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

border-color css

<style>
 span { border-color: #1775AB; }

 span { border-color: rgb(23,117,171); }

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