Html Css Color HEX #1775A3 Cerulean

📋 copy color: '#1775A3'

red 23 ◦ green 117 ◦ blue 163

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

Shades of Cerulean #1775A3

Tints of Cerulean #1775A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 53.8%

R = 7.59%
G = 38.61%
B = 53.8%

CMYK

 C value IS 0.86

 M value IS 0.28

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#1775A3 (or 0x1775A3) is known color: Cerulean. HEX triplet: 17, 75 and A3. RGB value is (23,117,163). Sum of RGB (Red+Green+Blue) = 23+117+163=303 (40% of max value = 765). Red value is 23 (9.38% from 255 or 7.59% from 303); Green value is 117 (46.09% from 255 or 38.61% from 303); Blue value is 163 (64.06% from 255 or 53.80% from 303); Max value from RGB is 163 - color contains mainly: blue. Hex color #1775A3 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1775A3 is #E88A5C. Grayscale: #5D5D5D. Windows color (decimal): -15239773 or 10712343. OLE color: 10712343.

HSL color Cylindrical-coordinate representation of color #1775A3: hue angle of 199.71º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1775A3 is Cyan = 0.86, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 23 117 163 -
CMYK 0.86 0.28 0 0.36
HSL 199.71º 0.75% 0.36% -
HSV(B) 199.71º 0.86% 0.64% -
XYZ 13.33 15.55 36.95 -
YUV 94.14 166.86 77.26 -
System Red Green Blue C M Y K H S L
Decimal 23 117 163 0.86 0.28 0 0.36 199.71 0.75 0.36
Hex 17 75 A3 56 1C 0 24 C8 4B 24
Octal 27 165 243 126 34 0 44 310 113 44
Binary 10111 1110101 10100011 1010110 11100 0 100100 11001000 1001011 100100

Color Harmonies of #1775A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1775A3

Black with #1775A3

Text Example


Text Example

White with #1775A3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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