Html Css Color HEX #0F709D Cerulean

📋 copy color: '#0F709D'

red 15 ◦ green 112 ◦ blue 157

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

Shades of Cerulean #0F709D

Tints of Cerulean #0F709D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 39.44%

 BLUE value IS 157 (61.72% from 255) = 55.28%

R = 5.28%
G = 39.44%
B = 55.28%

CMYK

 C value IS 0.90

 M value IS 0.29

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#0F709D (or 0x0F709D) is known color: Cerulean. HEX triplet: 0F, 70 and 9D. RGB value is (15,112,157). Sum of RGB (Red+Green+Blue) = 15+112+157=284 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.28% from 284); Green value is 112 (44.14% from 255 or 39.44% from 284); Blue value is 157 (61.72% from 255 or 55.28% from 284); Max value from RGB is 157 - color contains mainly: blue. Hex color #0F709D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F709D is #F08F62. Grayscale: #575757. Windows color (decimal): -15765347 or 10317839. OLE color: 10317839.

HSL color Cylindrical-coordinate representation of color #0F709D: hue angle of 199.01º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F709D is Cyan = 0.90, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 15 112 157 -
CMYK 0.90 0.29 0 0.38
HSL 199.01º 0.83% 0.34% -
HSV(B) 199.01º 0.9% 0.62% -
XYZ 12.08 14.12 33.99 -
YUV 88.13 166.86 75.84 -
System Red Green Blue C M Y K H S L
Decimal 15 112 157 0.90 0.29 0 0.38 199.01 0.83 0.34
Hex F 70 9D 5A 1D 0 26 C7 53 22
Octal 17 160 235 132 35 0 46 307 123 42
Binary 1111 1110000 10011101 1011010 11101 0 100110 11000111 1010011 100010

Color Harmonies of #0F709D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F709D

Black with #0F709D

Text Example


Text Example

White with #0F709D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,112,157); }

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

background-color css

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

 a { background-color: rgb(15,112,157); }

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

border-color css

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

 span { border-color: rgb(15,112,157); }

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