Html Css Color HEX #1770A5 Cerulean

📋 copy color: '#1770A5'

red 23 ◦ green 112 ◦ blue 165

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

Shades of Cerulean #1770A5

Tints of Cerulean #1770A5

RGB

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

 GREEN value IS 112 (44.14% from 255) = 37.33%

 BLUE value IS 165 (64.84% from 255) = 55%

R = 7.67%
G = 37.33%
B = 55%

CMYK

 C value IS 0.86

 M value IS 0.32

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#1770A5 (or 0x1770A5) is known color: Cerulean. HEX triplet: 17, 70 and A5. RGB value is (23,112,165). Sum of RGB (Red+Green+Blue) = 23+112+165=300 (39% of max value = 765). Red value is 23 (9.38% from 255 or 7.67% from 300); Green value is 112 (44.14% from 255 or 37.33% from 300); Blue value is 165 (64.84% from 255 or 55% from 300); Max value from RGB is 165 - color contains mainly: blue. Hex color #1770A5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1770A5 is #E88F5A. Grayscale: #5B5B5B. Windows color (decimal): -15241051 or 10842135. OLE color: 10842135.

HSL color Cylindrical-coordinate representation of color #1770A5: hue angle of 202.39º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1770A5 is Cyan = 0.86, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 23 112 165 -
CMYK 0.86 0.32 0 0.35
HSL 202.39º 0.76% 0.37% -
HSV(B) 202.39º 0.86% 0.65% -
XYZ 12.94 14.49 37.71 -
YUV 91.43 169.51 79.19 -
System Red Green Blue C M Y K H S L
Decimal 23 112 165 0.86 0.32 0 0.35 202.39 0.76 0.37
Hex 17 70 A5 56 20 0 23 CA 4C 25
Octal 27 160 245 126 40 0 43 312 114 45
Binary 10111 1110000 10100101 1010110 100000 0 100011 11001010 1001100 100101

Color Harmonies of #1770A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1770A5

Black with #1770A5

Text Example


Text Example

White with #1770A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1770A5; }

 p { color: rgb(23,112,165); }

 H1.HeaderClassName
 {
   color: #1770A5;
 }
 .AnyTagClassName
 {
   color: #1770A5;
 }
</style>

background-color css

<style>
 a { background-color: #1770A5; }

 a { background-color: rgb(23,112,165); }

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

border-color css

<style>
 span { border-color: #1770A5; }

 span { border-color: rgb(23,112,165); }

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