Html Css Color HEX #0175AB Cerulean

📋 copy color: '#0175AB'

red 1 ◦ green 117 ◦ blue 171

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

Shades of Cerulean #0175AB

Tints of Cerulean #0175AB

RGB

 RED value IS 1 (0.78% from 255) = 0.35%

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

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

R = 0.35%
G = 40.48%
B = 59.17%

CMYK

 C value IS 0.99

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0175AB (or 0x0175AB) is known color: Cerulean. HEX triplet: 01, 75 and AB. RGB value is (1,117,171). Sum of RGB (Red+Green+Blue) = 1+117+171=289 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 289); Green value is 117 (46.09% from 255 or 40.48% from 289); Blue value is 171 (67.19% from 255 or 59.17% from 289); Max value from RGB is 171 - color contains mainly: blue. Hex color #0175AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0175AB is #FE8A54. Grayscale: #585858. Windows color (decimal): -16681557 or 11236609. OLE color: 11236609.

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

Color convert

RGB 1 117 171 -
CMYK 0.99 0.32 0 0.33
HSL 199.06º 0.99% 0.34% -
HSV(B) 199.06º 0.99% 0.67% -
XYZ 13.72 15.67 40.83 -
YUV 88.47 174.57 65.61 -
System Red Green Blue C M Y K H S L
Decimal 1 117 171 0.99 0.32 0 0.33 199.06 0.99 0.34
Hex 1 75 AB 63 20 0 21 C7 63 22
Octal 1 165 253 143 40 0 41 307 143 42
Binary 1 1110101 10101011 1100011 100000 0 100001 11000111 1100011 100010

Color Harmonies of #0175AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0175AB

Black with #0175AB

Text Example


Text Example

White with #0175AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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