Html Css Color HEX #007595 Cerulean

📋 copy color: '#007595'

red 0 ◦ green 117 ◦ blue 149

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

Shades of Cerulean #007595

Tints of Cerulean #007595

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 149 (58.59% from 255) = 56.02%

R = 0%
G = 43.98%
B = 56.02%

CMYK

 C value IS 1

 M value IS 0.21

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#007595 (or 0x007595) is known color: Cerulean. HEX triplet: 00, 75 and 95. RGB value is (0,117,149). Sum of RGB (Red+Green+Blue) = 0+117+149=266 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 266); Green value is 117 (46.09% from 255 or 43.98% from 266); Blue value is 149 (58.59% from 255 or 56.02% from 266); Max value from RGB is 149 - color contains mainly: blue. Hex color #007595 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007595 is #FF8A6A. Grayscale: #555555. Windows color (decimal): -16747115 or 9794816. OLE color: 9794816.

HSL color Cylindrical-coordinate representation of color #007595: hue angle of 192.89º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007595 is Cyan = 1, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 0 117 149 -
CMYK 1 0.21 0 0.42
HSL 192.89º 1% 0.29% -
HSV(B) 192.89º 1% 0.58% -
XYZ 11.79 14.89 30.69 -
YUV 85.67 163.74 66.9 -
System Red Green Blue C M Y K H S L
Decimal 0 117 149 1 0.21 0 0.42 192.89 1 0.29
Hex 0 75 95 64 15 0 2A C1 64 1D
Octal 0 165 225 144 25 0 52 301 144 35
Binary 0 1110101 10010101 1100100 10101 0 101010 11000001 1100100 11101

Color Harmonies of #007595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007595

Black with #007595

Text Example


Text Example

White with #007595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007595; }

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

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

background-color css

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

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

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

border-color css

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

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

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