Html Css Color HEX #0F052F Tolopea

📋 copy color: '#0F052F'

red 15 ◦ green 5 ◦ blue 47

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

Shades of Tolopea #0F052F

Tints of Tolopea #0F052F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 7.46%

 BLUE value IS 47 (18.75% from 255) = 70.15%

R = 22.39%
G = 7.46%
B = 70.15%

CMYK

 C value IS 0.68

 M value IS 0.89

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#0F052F (or 0x0F052F) is known color: Tolopea. HEX triplet: 0F, 05 and 2F. RGB value is (15,5,47). Sum of RGB (Red+Green+Blue) = 15+5+47=67 (8% of max value = 765). Red value is 15 (6.25% from 255 or 22.39% from 67); Green value is 5 (2.34% from 255 or 7.46% from 67); Blue value is 47 (18.75% from 255 or 70.15% from 67); Max value from RGB is 47 - color contains mainly: blue. Hex color #0F052F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F052F is #F0FAD0. Grayscale: #0C0C0C. Windows color (decimal): -15792849 or 3081487. OLE color: 3081487.

HSL color Cylindrical-coordinate representation of color #0F052F: hue angle of 254.29º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F052F is Cyan = 0.68, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 15 5 47 -
CMYK 0.68 0.89 0 0.82
HSL 254.29º 0.81% 0.1% -
HSV(B) 254.29º 0.89% 0.18% -
XYZ 0.76 0.42 2.73 -
YUV 12.78 147.31 129.58 -
System Red Green Blue C M Y K H S L
Decimal 15 5 47 0.68 0.89 0 0.82 254.29 0.81 0.1
Hex F 5 2F 44 59 0 52 FE 51 A
Octal 17 5 57 104 131 0 122 376 121 12
Binary 1111 101 101111 1000100 1011001 0 1010010 11111110 1010001 1010

Color Harmonies of #0F052F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F052F

Black with #0F052F

Text Example


Text Example

White with #0F052F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,5,47); }

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

background-color css

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

 a { background-color: rgb(15,5,47); }

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

border-color css

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

 span { border-color: rgb(15,5,47); }

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