Html Css Color HEX #0F063F Tolopea

📋 copy color: '#0F063F'

red 15 ◦ green 6 ◦ blue 63

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

Shades of Tolopea #0F063F

Tints of Tolopea #0F063F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 7.14%

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

R = 17.86%
G = 7.14%
B = 75%

CMYK

 C value IS 0.76

 M value IS 0.90

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#0F063F (or 0x0F063F) is known color: Tolopea. HEX triplet: 0F, 06 and 3F. RGB value is (15,6,63). Sum of RGB (Red+Green+Blue) = 15+6+63=84 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.86% from 84); Green value is 6 (2.73% from 255 or 7.14% from 84); Blue value is 63 (25% from 255 or 75% from 84); Max value from RGB is 63 - color contains mainly: blue. Hex color #0F063F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F063F is #F0F9C0. Grayscale: #0E0E0E. Windows color (decimal): -15792577 or 4130319. OLE color: 4130319.

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

Color convert

RGB 15 6 63 -
CMYK 0.76 0.90 0 0.75
HSL 249.47º 0.83% 0.14% -
HSV(B) 249.47º 0.9% 0.25% -
XYZ 1.16 0.59 4.76 -
YUV 15.19 154.98 127.87 -
System Red Green Blue C M Y K H S L
Decimal 15 6 63 0.76 0.90 0 0.75 249.47 0.83 0.14
Hex F 6 3F 4C 5A 0 4B F9 53 E
Octal 17 6 77 114 132 0 113 371 123 16
Binary 1111 110 111111 1001100 1011010 0 1001011 11111001 1010011 1110

Color Harmonies of #0F063F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F063F

Black with #0F063F

Text Example


Text Example

White with #0F063F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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