Html Css Color HEX #1772AA Cerulean

📋 copy color: '#1772AA'

red 23 ◦ green 114 ◦ blue 170

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

Shades of Cerulean #1772AA

Tints of Cerulean #1772AA

RGB

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

 GREEN value IS 114 (44.92% from 255) = 37.13%

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

R = 7.49%
G = 37.13%
B = 55.37%

CMYK

 C value IS 0.86

 M value IS 0.33

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1772AA (or 0x1772AA) is known color: Cerulean. HEX triplet: 17, 72 and AA. RGB value is (23,114,170). Sum of RGB (Red+Green+Blue) = 23+114+170=307 (40% of max value = 765). Red value is 23 (9.38% from 255 or 7.49% from 307); Green value is 114 (44.92% from 255 or 37.13% from 307); Blue value is 170 (66.80% from 255 or 55.37% from 307); Max value from RGB is 170 - color contains mainly: blue. Hex color #1772AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1772AA is #E88D55. Grayscale: #5C5C5C. Windows color (decimal): -15240534 or 11170327. OLE color: 11170327.

HSL color Cylindrical-coordinate representation of color #1772AA: hue angle of 202.86º 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 #1772AA is Cyan = 0.86, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 23 114 170 -
CMYK 0.86 0.33 0 0.33
HSL 202.86º 0.76% 0.38% -
HSV(B) 202.86º 0.86% 0.67% -
XYZ 13.63 15.12 40.23 -
YUV 93.18 171.35 77.95 -
System Red Green Blue C M Y K H S L
Decimal 23 114 170 0.86 0.33 0 0.33 202.86 0.76 0.38
Hex 17 72 AA 56 21 0 21 CB 4C 26
Octal 27 162 252 126 41 0 41 313 114 46
Binary 10111 1110010 10101010 1010110 100001 0 100001 11001011 1001100 100110

Color Harmonies of #1772AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1772AA

Black with #1772AA

Text Example


Text Example

White with #1772AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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