Html Css Color HEX #007093 Cerulean

📋 copy color: '#007093'

red 0 ◦ green 112 ◦ blue 147

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

Shades of Cerulean #007093

Tints of Cerulean #007093

RGB

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

 GREEN value IS 112 (44.14% from 255) = 43.24%

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

R = 0%
G = 43.24%
B = 56.76%

CMYK

 C value IS 1

 M value IS 0.24

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#007093 (or 0x007093) is known color: Cerulean. HEX triplet: 00, 70 and 93. RGB value is (0,112,147). Sum of RGB (Red+Green+Blue) = 0+112+147=259 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 259); Green value is 112 (44.14% from 255 or 43.24% from 259); Blue value is 147 (57.81% from 255 or 56.76% from 259); Max value from RGB is 147 - color contains mainly: blue. Hex color #007093 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007093 is #FF8F6C. Grayscale: #525252. Windows color (decimal): -16748397 or 9662464. OLE color: 9662464.

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

Color convert

RGB 0 112 147 -
CMYK 1 0.24 0 0.42
HSL 194.29º 1% 0.29% -
HSV(B) 194.29º 1% 0.58% -
XYZ 11.06 13.69 29.66 -
YUV 82.5 164.39 69.15 -
System Red Green Blue C M Y K H S L
Decimal 0 112 147 1 0.24 0 0.42 194.29 1 0.29
Hex 0 70 93 64 18 0 2A C2 64 1D
Octal 0 160 223 144 30 0 52 302 144 35
Binary 0 1110000 10010011 1100100 11000 0 101010 11000010 1100100 11101

Color Harmonies of #007093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007093

Black with #007093

Text Example


Text Example

White with #007093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007093; }

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

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

background-color css

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

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

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

border-color css

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

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

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