Html Css Color HEX #0F073F Tolopea

📋 copy color: '#0F073F'

red 15 ◦ green 7 ◦ blue 63

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

Shades of Tolopea #0F073F

Tints of Tolopea #0F073F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 8.24%

 BLUE value IS 63 (25% from 255) = 74.12%

R = 17.65%
G = 8.24%
B = 74.12%

CMYK

 C value IS 0.76

 M value IS 0.89

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#0F073F (or 0x0F073F) is known color: Tolopea. HEX triplet: 0F, 07 and 3F. RGB value is (15,7,63). Sum of RGB (Red+Green+Blue) = 15+7+63=85 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.65% from 85); Green value is 7 (3.12% from 255 or 8.24% from 85); Blue value is 63 (25% from 255 or 74.12% from 85); Max value from RGB is 63 - color contains mainly: blue. Hex color #0F073F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F073F is #F0F8C0. Grayscale: #0F0F0F. Windows color (decimal): -15792321 or 4130575. OLE color: 4130575.

HSL color Cylindrical-coordinate representation of color #0F073F: hue angle of 248.57º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F073F is Cyan = 0.76, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 15 7 63 -
CMYK 0.76 0.89 0 0.75
HSL 248.57º 0.8% 0.14% -
HSV(B) 248.57º 0.89% 0.25% -
XYZ 1.17 0.61 4.76 -
YUV 15.78 154.65 127.45 -
System Red Green Blue C M Y K H S L
Decimal 15 7 63 0.76 0.89 0 0.75 248.57 0.8 0.14
Hex F 7 3F 4C 59 0 4B F9 50 E
Octal 17 7 77 114 131 0 113 371 120 16
Binary 1111 111 111111 1001100 1011001 0 1001011 11111001 1010000 1110

Color Harmonies of #0F073F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F073F

Black with #0F073F

Text Example


Text Example

White with #0F073F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,7,63); }

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

background-color css

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

 a { background-color: rgb(15,7,63); }

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

border-color css

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

 span { border-color: rgb(15,7,63); }

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