Html Css Color HEX #007593 Cerulean

📋 copy color: '#007593'

red 0 ◦ green 117 ◦ blue 147

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

Shades of Cerulean #007593

Tints of Cerulean #007593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 55.68%

R = 0%
G = 44.32%
B = 55.68%

CMYK

 C value IS 1

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#007593 (or 0x007593) is known color: Cerulean. HEX triplet: 00, 75 and 93. RGB value is (0,117,147). Sum of RGB (Red+Green+Blue) = 0+117+147=264 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 264); Green value is 117 (46.09% from 255 or 44.32% from 264); Blue value is 147 (57.81% from 255 or 55.68% from 264); Max value from RGB is 147 - color contains mainly: blue. Hex color #007593 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007593 is #FF8A6C. Grayscale: #555555. Windows color (decimal): -16747117 or 9663744. OLE color: 9663744.

HSL color Cylindrical-coordinate representation of color #007593: hue angle of 192.24º 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 #007593 is Cyan = 1, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 0 117 147 -
CMYK 1 0.20 0 0.42
HSL 192.24º 1% 0.29% -
HSV(B) 192.24º 1% 0.58% -
XYZ 11.63 14.83 29.85 -
YUV 85.44 162.74 67.06 -
System Red Green Blue C M Y K H S L
Decimal 0 117 147 1 0.20 0 0.42 192.24 1 0.29
Hex 0 75 93 64 14 0 2A C0 64 1D
Octal 0 165 223 144 24 0 52 300 144 35
Binary 0 1110101 10010011 1100100 10100 0 101010 11000000 1100100 11101

Color Harmonies of #007593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007593

Black with #007593

Text Example


Text Example

White with #007593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007593; }

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

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

background-color css

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

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

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

border-color css

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

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

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