Html Css Color HEX #007394 Cerulean

📋 copy color: '#007394'

red 0 ◦ green 115 ◦ blue 148

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

Shades of Cerulean #007394

Tints of Cerulean #007394

RGB

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

 GREEN value IS 115 (45.31% from 255) = 43.73%

 BLUE value IS 148 (58.2% from 255) = 56.27%

R = 0%
G = 43.73%
B = 56.27%

CMYK

 C value IS 1

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#007394 (or 0x007394) is known color: Cerulean. HEX triplet: 00, 73 and 94. RGB value is (0,115,148). Sum of RGB (Red+Green+Blue) = 0+115+148=263 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 263); Green value is 115 (45.31% from 255 or 43.73% from 263); Blue value is 148 (58.20% from 255 or 56.27% from 263); Max value from RGB is 148 - color contains mainly: blue. Hex color #007394 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007394 is #FF8C6B. Grayscale: #545454. Windows color (decimal): -16747628 or 9728768. OLE color: 9728768.

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

Color convert

RGB 0 115 148 -
CMYK 1 0.22 0 0.42
HSL 193.38º 1% 0.29% -
HSV(B) 193.38º 1% 0.58% -
XYZ 11.48 14.4 30.19 -
YUV 84.38 163.9 67.82 -
System Red Green Blue C M Y K H S L
Decimal 0 115 148 1 0.22 0 0.42 193.38 1 0.29
Hex 0 73 94 64 16 0 2A C1 64 1D
Octal 0 163 224 144 26 0 52 301 144 35
Binary 0 1110011 10010100 1100100 10110 0 101010 11000001 1100100 11101

Color Harmonies of #007394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007394

Black with #007394

Text Example


Text Example

White with #007394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007394; }

 p { color: rgb(0,115,148); }

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

background-color css

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

 a { background-color: rgb(0,115,148); }

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

border-color css

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

 span { border-color: rgb(0,115,148); }

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