Html Css Color HEX #1775AA Cerulean

📋 copy color: '#1775AA'

red 23 ◦ green 117 ◦ blue 170

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

Shades of Cerulean #1775AA

Tints of Cerulean #1775AA

RGB

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

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

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

R = 7.42%
G = 37.74%
B = 54.84%

CMYK

 C value IS 0.86

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1775AA (or 0x1775AA) is known color: Cerulean. HEX triplet: 17, 75 and AA. RGB value is (23,117,170). Sum of RGB (Red+Green+Blue) = 23+117+170=310 (41% of max value = 765). Red value is 23 (9.38% from 255 or 7.42% from 310); Green value is 117 (46.09% from 255 or 37.74% from 310); Blue value is 170 (66.80% from 255 or 54.84% from 310); Max value from RGB is 170 - color contains mainly: blue. Hex color #1775AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1775AA is #E88A55. Grayscale: #5E5E5E. Windows color (decimal): -15239766 or 11171095. OLE color: 11171095.

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

Color convert

RGB 23 117 170 -
CMYK 0.86 0.31 0 0.33
HSL 201.63º 0.76% 0.38% -
HSV(B) 201.63º 0.86% 0.67% -
XYZ 13.97 15.81 40.34 -
YUV 94.94 170.36 76.69 -
System Red Green Blue C M Y K H S L
Decimal 23 117 170 0.86 0.31 0 0.33 201.63 0.76 0.38
Hex 17 75 AA 56 1F 0 21 CA 4C 26
Octal 27 165 252 126 37 0 41 312 114 46
Binary 10111 1110101 10101010 1010110 11111 0 100001 11001010 1001100 100110

Color Harmonies of #1775AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1775AA

Black with #1775AA

Text Example


Text Example

White with #1775AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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