Html Css Color HEX #007599 Cerulean

📋 copy color: '#007599'

red 0 ◦ green 117 ◦ blue 153

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

Shades of Cerulean #007599

Tints of Cerulean #007599

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 56.67%

R = 0%
G = 43.33%
B = 56.67%

CMYK

 C value IS 1

 M value IS 0.24

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#007599 (or 0x007599) is known color: Cerulean. HEX triplet: 00, 75 and 99. RGB value is (0,117,153). Sum of RGB (Red+Green+Blue) = 0+117+153=270 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 270); Green value is 117 (46.09% from 255 or 43.33% from 270); Blue value is 153 (60.16% from 255 or 56.67% from 270); Max value from RGB is 153 - color contains mainly: blue. Hex color #007599 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007599 is #FF8A66. Grayscale: #555555. Windows color (decimal): -16747111 or 10056960. OLE color: 10056960.

HSL color Cylindrical-coordinate representation of color #007599: hue angle of 194.12º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007599 is Cyan = 1, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 0 117 153 -
CMYK 1 0.24 0 0.4
HSL 194.12º 1% 0.3% -
HSV(B) 194.12º 1% 0.6% -
XYZ 12.11 15.02 32.4 -
YUV 86.12 165.74 66.57 -
System Red Green Blue C M Y K H S L
Decimal 0 117 153 1 0.24 0 0.4 194.12 1 0.3
Hex 0 75 99 64 18 0 28 C2 64 1E
Octal 0 165 231 144 30 0 50 302 144 36
Binary 0 1110101 10011001 1100100 11000 0 101000 11000010 1100100 11110

Color Harmonies of #007599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007599

Black with #007599

Text Example


Text Example

White with #007599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007599; }

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

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

background-color css

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

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

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

border-color css

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

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

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