Html Css Color HEX #0F306F Sapphire

📋 copy color: '#0F306F'

red 15 ◦ green 48 ◦ blue 111

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

Shades of Sapphire #0F306F

Tints of Sapphire #0F306F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 27.59%

 BLUE value IS 111 (43.75% from 255) = 63.79%

R = 8.62%
G = 27.59%
B = 63.79%

CMYK

 C value IS 0.86

 M value IS 0.57

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0F306F (or 0x0F306F) is known color: Sapphire. HEX triplet: 0F, 30 and 6F. RGB value is (15,48,111). Sum of RGB (Red+Green+Blue) = 15+48+111=174 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.62% from 174); Green value is 48 (19.14% from 255 or 27.59% from 174); Blue value is 111 (43.75% from 255 or 63.79% from 174); Max value from RGB is 111 - color contains mainly: blue. Hex color #0F306F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F306F is #F0CF90. Grayscale: #2D2D2D. Windows color (decimal): -15781777 or 7286799. OLE color: 7286799.

HSL color Cylindrical-coordinate representation of color #0F306F: hue angle of 219.38º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F306F is Cyan = 0.86, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 15 48 111 -
CMYK 0.86 0.57 0 0.56
HSL 219.38º 0.76% 0.25% -
HSV(B) 219.38º 0.86% 0.44% -
XYZ 4.12 3.36 15.47 -
YUV 45.32 165.07 106.38 -
System Red Green Blue C M Y K H S L
Decimal 15 48 111 0.86 0.57 0 0.56 219.38 0.76 0.25
Hex F 30 6F 56 39 0 38 DB 4C 19
Octal 17 60 157 126 71 0 70 333 114 31
Binary 1111 110000 1101111 1010110 111001 0 111000 11011011 1001100 11001

Color Harmonies of #0F306F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F306F

Black with #0F306F

Text Example


Text Example

White with #0F306F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,48,111); }

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

background-color css

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

 a { background-color: rgb(15,48,111); }

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

border-color css

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

 span { border-color: rgb(15,48,111); }

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