Html Css Color HEX #0F6367 Blue Stone

📋 copy color: '#0F6367'

red 15 ◦ green 99 ◦ blue 103

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

Shades of Blue Stone #0F6367

Tints of Blue Stone #0F6367

RGB

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

 GREEN value IS 99 (39.06% from 255) = 45.62%

 BLUE value IS 103 (40.63% from 255) = 47.47%

R = 6.91%
G = 45.62%
B = 47.47%

CMYK

 C value IS 0.85

 M value IS 0.04

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#0F6367 (or 0x0F6367) is known color: Blue Stone. HEX triplet: 0F, 63 and 67. RGB value is (15,99,103). Sum of RGB (Red+Green+Blue) = 15+99+103=217 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.91% from 217); Green value is 99 (39.06% from 255 or 45.62% from 217); Blue value is 103 (40.62% from 255 or 47.47% from 217); Max value from RGB is 103 - color contains mainly: blue. Hex color #0F6367 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F6367 is #F09C98. Grayscale: #4A4A4A. Windows color (decimal): -15768729 or 6775567. OLE color: 6775567.

HSL color Cylindrical-coordinate representation of color #0F6367: hue angle of 182.73º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F6367 is Cyan = 0.85, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 15 99 103 -
CMYK 0.85 0.04 0 0.60
HSL 182.73º 0.75% 0.23% -
HSV(B) 182.73º 0.85% 0.4% -
XYZ 7.11 10 14.39 -
YUV 74.34 144.17 85.67 -
System Red Green Blue C M Y K H S L
Decimal 15 99 103 0.85 0.04 0 0.60 182.73 0.75 0.23
Hex F 63 67 55 4 0 3C B7 4B 17
Octal 17 143 147 125 4 0 74 267 113 27
Binary 1111 1100011 1100111 1010101 100 0 111100 10110111 1001011 10111

Color Harmonies of #0F6367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6367

Black with #0F6367

Text Example


Text Example

White with #0F6367

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,99,103); }

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

background-color css

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

 a { background-color: rgb(15,99,103); }

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

border-color css

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

 span { border-color: rgb(15,99,103); }

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