Html Css Color HEX #007D9F Cerulean

📋 copy color: '#007D9F'

red 0 ◦ green 125 ◦ blue 159

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

Shades of Cerulean #007D9F

Tints of Cerulean #007D9F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 44.01%

 BLUE value IS 159 (62.5% from 255) = 55.99%

R = 0%
G = 44.01%
B = 55.99%

CMYK

 C value IS 1

 M value IS 0.21

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#007D9F (or 0x007D9F) is known color: Cerulean. HEX triplet: 00, 7D and 9F. RGB value is (0,125,159). Sum of RGB (Red+Green+Blue) = 0+125+159=284 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 284); Green value is 125 (49.22% from 255 or 44.01% from 284); Blue value is 159 (62.5% from 255 or 55.99% from 284); Max value from RGB is 159 - color contains mainly: blue. Hex color #007D9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007D9F is #FF8260. Grayscale: #5B5B5B. Windows color (decimal): -16745057 or 10452224. OLE color: 10452224.

HSL color Cylindrical-coordinate representation of color #007D9F: hue angle of 192.83º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007D9F is Cyan = 1, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 0 125 159 -
CMYK 1 0.21 0 0.38
HSL 192.83º 1% 0.31% -
HSV(B) 192.83º 1% 0.62% -
XYZ 13.59 17.17 35.4 -
YUV 91.5 166.09 62.74 -
System Red Green Blue C M Y K H S L
Decimal 0 125 159 1 0.21 0 0.38 192.83 1 0.31
Hex 0 7D 9F 64 15 0 26 C1 64 1F
Octal 0 175 237 144 25 0 46 301 144 37
Binary 0 1111101 10011111 1100100 10101 0 100110 11000001 1100100 11111

Color Harmonies of #007D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007D9F

Black with #007D9F

Text Example


Text Example

White with #007D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007D9F; }

 p { color: rgb(0,125,159); }

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

background-color css

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

 a { background-color: rgb(0,125,159); }

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

border-color css

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

 span { border-color: rgb(0,125,159); }

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