Html Css Color HEX #007493 Cerulean

📋 copy color: '#007493'

red 0 ◦ green 116 ◦ blue 147

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

Shades of Cerulean #007493

Tints of Cerulean #007493

RGB

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

 GREEN value IS 116 (45.7% from 255) = 44.11%

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

R = 0%
G = 44.11%
B = 55.89%

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

#007493 (or 0x007493) is known color: Cerulean. HEX triplet: 00, 74 and 93. RGB value is (0,116,147). Sum of RGB (Red+Green+Blue) = 0+116+147=263 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 263); Green value is 116 (45.70% from 255 or 44.11% from 263); Blue value is 147 (57.81% from 255 or 55.89% from 263); Max value from RGB is 147 - color contains mainly: blue. Hex color #007493 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007493 is #FF8B6C. Grayscale: #545454. Windows color (decimal): -16747373 or 9663488. OLE color: 9663488.

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

Color convert

RGB 0 116 147 -
CMYK 1 0.21 0 0.42
HSL 192.65º 1% 0.29% -
HSV(B) 192.65º 1% 0.58% -
XYZ 11.51 14.6 29.81 -
YUV 84.85 163.07 67.48 -
System Red Green Blue C M Y K H S L
Decimal 0 116 147 1 0.21 0 0.42 192.65 1 0.29
Hex 0 74 93 64 15 0 2A C1 64 1D
Octal 0 164 223 144 25 0 52 301 144 35
Binary 0 1110100 10010011 1100100 10101 0 101010 11000001 1100100 11101

Color Harmonies of #007493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007493

Black with #007493

Text Example


Text Example

White with #007493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007493; }

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

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

background-color css

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

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

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

border-color css

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

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

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