#0075A7

Color #0075A7 Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #0075A7

Tints of Cerulean #0075A7

Color information

#0075A7 (or 0x0075A7) is unknown color: approx Cerulean. HEX triplet: 00, 75 and A7. RGB value is (0,117,167). Sum of RGB (Red+Green+Blue) = 0+117+167=284 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 284); Green value is 117 (46.09% from 255 or 41.20% from 284); Blue value is 167 (65.62% from 255 or 58.80% from 284); Max value from RGB is 167 - color contains mainly: blue. Hex color #0075A7 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0075A7 is #FF8A58. Grayscale: #575757. Windows color (decimal): -16747097 or 10974464. OLE color: 10974464.

HSL color Cylindrical-coordinate representation of color #0075A7: hue angle of 197.96º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0075A7 is Cyan = 1, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB0117167-
CMYK10.3000.35
HSL197.96º100%32.75%-
HSV(B)197.96º100%65.49%-
XYZ13.3415.5138.85-
YUV87.72172.7465.43-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 117 (46.09% from 255) = 41.20%
BLUE value IS 167 (65.62% from 255) = 58.80%
R=0%
G=41.20%
B=58.80%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal011716710.3000.35197.9610032.75
Hex075A7641E023c66421
Octal01652471443604330614441
Binary01110101101001111100100111100100011110001101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0075A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0075A7; }

 p { color: rgb(0,117,167); }

 H1.HeaderClassName
 {
   color: #0075A7;
 }
 .AnyTagClassName
 {
   color: #0075A7;
 }
</style>
background-color css

<style>
 a { background-color: #0075A7; }

 a { background-color: rgb(0,117,167); }

 div.DivClassName
 {
   background-color: #0075A7;
 }
 .BgClassName
 {
   background-color: #0075A7;
 }
</style>
border-color css

<style>
 span { border-color: #0075A7; }

 span { border-color: rgb(0,117,167); }

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