Html Css Color HEX #0F7693 Cerulean

📋 copy color: '#0F7693'

red 15 ◦ green 118 ◦ blue 147

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

Shades of Cerulean #0F7693

Tints of Cerulean #0F7693

RGB

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

 GREEN value IS 118 (46.48% from 255) = 42.14%

 BLUE value IS 147 (57.81% from 255) = 52.5%

R = 5.36%
G = 42.14%
B = 52.5%

CMYK

 C value IS 0.90

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#0F7693 (or 0x0F7693) is known color: Cerulean. HEX triplet: 0F, 76 and 93. RGB value is (15,118,147). Sum of RGB (Red+Green+Blue) = 15+118+147=280 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.36% from 280); Green value is 118 (46.48% from 255 or 42.14% from 280); Blue value is 147 (57.81% from 255 or 52.5% from 280); Max value from RGB is 147 - color contains mainly: blue. Hex color #0F7693 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F7693 is #F0896C. Grayscale: #5A5A5A. Windows color (decimal): -15763821 or 9664015. OLE color: 9664015.

HSL color Cylindrical-coordinate representation of color #0F7693: hue angle of 193.18º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F7693 is Cyan = 0.90, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 15 118 147 -
CMYK 0.90 0.20 0 0.42
HSL 193.18º 0.81% 0.32% -
HSV(B) 193.18º 0.9% 0.58% -
XYZ 11.94 15.17 29.9 -
YUV 90.51 159.88 74.14 -
System Red Green Blue C M Y K H S L
Decimal 15 118 147 0.90 0.20 0 0.42 193.18 0.81 0.32
Hex F 76 93 5A 14 0 2A C1 51 20
Octal 17 166 223 132 24 0 52 301 121 40
Binary 1111 1110110 10010011 1011010 10100 0 101010 11000001 1010001 100000

Color Harmonies of #0F7693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F7693

Black with #0F7693

Text Example


Text Example

White with #0F7693

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,118,147); }

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

background-color css

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

 a { background-color: rgb(15,118,147); }

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

border-color css

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

 span { border-color: rgb(15,118,147); }

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