Html Css Color HEX #007298 Cerulean

📋 copy color: '#007298'

red 0 ◦ green 114 ◦ blue 152

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

Shades of Cerulean #007298

Tints of Cerulean #007298

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 57.14%

R = 0%
G = 42.86%
B = 57.14%

CMYK

 C value IS 1

 M value IS 0.25

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#007298 (or 0x007298) is known color: Cerulean. HEX triplet: 00, 72 and 98. RGB value is (0,114,152). Sum of RGB (Red+Green+Blue) = 0+114+152=266 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 266); Green value is 114 (44.92% from 255 or 42.86% from 266); Blue value is 152 (59.77% from 255 or 57.14% from 266); Max value from RGB is 152 - color contains mainly: blue. Hex color #007298 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007298 is #FF8D67. Grayscale: #535353. Windows color (decimal): -16747880 or 9990656. OLE color: 9990656.

HSL color Cylindrical-coordinate representation of color #007298: hue angle of 195º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007298 is Cyan = 1, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 0 114 152 -
CMYK 1 0.25 0 0.40
HSL 195º 1% 0.3% -
HSV(B) 195º 1% 0.6% -
XYZ 11.68 14.3 31.85 -
YUV 84.25 166.23 67.91 -
System Red Green Blue C M Y K H S L
Decimal 0 114 152 1 0.25 0 0.40 195 1 0.3
Hex 0 72 98 64 19 0 28 C3 64 1E
Octal 0 162 230 144 31 0 50 303 144 36
Binary 0 1110010 10011000 1100100 11001 0 101000 11000011 1100100 11110

Color Harmonies of #007298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007298

Black with #007298

Text Example


Text Example

White with #007298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007298; }

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

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

background-color css

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

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

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

border-color css

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

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

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