Html Css Color HEX #007398 Cerulean

📋 copy color: '#007398'

red 0 ◦ green 115 ◦ blue 152

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

Shades of Cerulean #007398

Tints of Cerulean #007398

RGB

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

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

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

R = 0%
G = 43.07%
B = 56.93%

CMYK

 C value IS 1

 M value IS 0.24

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#007398 (or 0x007398) is known color: Cerulean. HEX triplet: 00, 73 and 98. RGB value is (0,115,152). Sum of RGB (Red+Green+Blue) = 0+115+152=267 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 267); Green value is 115 (45.31% from 255 or 43.07% from 267); Blue value is 152 (59.77% from 255 or 56.93% from 267); Max value from RGB is 152 - color contains mainly: blue. Hex color #007398 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007398 is #FF8C67. Grayscale: #545454. Windows color (decimal): -16747624 or 9990912. OLE color: 9990912.

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

Color convert

RGB 0 115 152 -
CMYK 1 0.24 0 0.40
HSL 194.61º 1% 0.3% -
HSV(B) 194.61º 1% 0.6% -
XYZ 11.8 14.53 31.89 -
YUV 84.83 165.9 67.49 -
System Red Green Blue C M Y K H S L
Decimal 0 115 152 1 0.24 0 0.40 194.61 1 0.3
Hex 0 73 98 64 18 0 28 C3 64 1E
Octal 0 163 230 144 30 0 50 303 144 36
Binary 0 1110011 10011000 1100100 11000 0 101000 11000011 1100100 11110

Color Harmonies of #007398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007398

Black with #007398

Text Example


Text Example

White with #007398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007398; }

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

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

background-color css

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

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

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

border-color css

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

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

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