Html Css Color HEX #007294 Cerulean

📋 copy color: '#007294'

red 0 ◦ green 114 ◦ blue 148

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

Shades of Cerulean #007294

Tints of Cerulean #007294

RGB

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

 GREEN value IS 114 (44.92% from 255) = 43.51%

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

R = 0%
G = 43.51%
B = 56.49%

CMYK

 C value IS 1

 M value IS 0.23

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#007294 (or 0x007294) is known color: Cerulean. HEX triplet: 00, 72 and 94. RGB value is (0,114,148). Sum of RGB (Red+Green+Blue) = 0+114+148=262 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 262); Green value is 114 (44.92% from 255 or 43.51% from 262); Blue value is 148 (58.20% from 255 or 56.49% from 262); Max value from RGB is 148 - color contains mainly: blue. Hex color #007294 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007294 is #FF8D6B. Grayscale: #535353. Windows color (decimal): -16747884 or 9728512. OLE color: 9728512.

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

Color convert

RGB 0 114 148 -
CMYK 1 0.23 0 0.42
HSL 193.78º 1% 0.29% -
HSV(B) 193.78º 1% 0.58% -
XYZ 11.36 14.17 30.15 -
YUV 83.79 164.23 68.24 -
System Red Green Blue C M Y K H S L
Decimal 0 114 148 1 0.23 0 0.42 193.78 1 0.29
Hex 0 72 94 64 17 0 2A C2 64 1D
Octal 0 162 224 144 27 0 52 302 144 35
Binary 0 1110010 10010100 1100100 10111 0 101010 11000010 1100100 11101

Color Harmonies of #007294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007294

Black with #007294

Text Example


Text Example

White with #007294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007294; }

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

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

background-color css

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

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

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

border-color css

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

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

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