Html Css Color HEX #0F7598 Cerulean

📋 copy color: '#0F7598'

red 15 ◦ green 117 ◦ blue 152

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

Shades of Cerulean #0F7598

Tints of Cerulean #0F7598

RGB

 RED value IS 15 (6.25% from 255) = 5.28%

 GREEN value IS 117 (46.09% from 255) = 41.2%

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

R = 5.28%
G = 41.2%
B = 53.52%

CMYK

 C value IS 0.90

 M value IS 0.23

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#0F7598 (or 0x0F7598) is known color: Cerulean. HEX triplet: 0F, 75 and 98. RGB value is (15,117,152). Sum of RGB (Red+Green+Blue) = 15+117+152=284 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.28% from 284); Green value is 117 (46.09% from 255 or 41.20% from 284); Blue value is 152 (59.77% from 255 or 53.52% from 284); Max value from RGB is 152 - color contains mainly: blue. Hex color #0F7598 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F7598 is #F08A67. Grayscale: #5A5A5A. Windows color (decimal): -15764072 or 9991439. OLE color: 9991439.

HSL color Cylindrical-coordinate representation of color #0F7598: hue angle of 195.33º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F7598 is Cyan = 0.90, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 15 117 152 -
CMYK 0.90 0.23 0 0.40
HSL 195.33º 0.82% 0.33% -
HSV(B) 195.33º 0.9% 0.6% -
XYZ 12.23 15.09 31.97 -
YUV 90.49 162.71 74.15 -
System Red Green Blue C M Y K H S L
Decimal 15 117 152 0.90 0.23 0 0.40 195.33 0.82 0.33
Hex F 75 98 5A 17 0 28 C3 52 21
Octal 17 165 230 132 27 0 50 303 122 41
Binary 1111 1110101 10011000 1011010 10111 0 101000 11000011 1010010 100001

Color Harmonies of #0F7598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F7598

Black with #0F7598

Text Example


Text Example

White with #0F7598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0F7598; }

 p { color: rgb(15,117,152); }

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

background-color css

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

 a { background-color: rgb(15,117,152); }

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

border-color css

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

 span { border-color: rgb(15,117,152); }

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