Html Css Color HEX #0F013A Tolopea

📋 copy color: '#0F013A'

red 15 ◦ green 1 ◦ blue 58

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

Shades of Tolopea #0F013A

Tints of Tolopea #0F013A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.35%

 BLUE value IS 58 (23.05% from 255) = 78.38%

R = 20.27%
G = 1.35%
B = 78.38%

CMYK

 C value IS 0.74

 M value IS 0.98

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#0F013A (or 0x0F013A) is known color: Tolopea. HEX triplet: 0F, 01 and 3A. RGB value is (15,1,58). Sum of RGB (Red+Green+Blue) = 15+1+58=74 (9% of max value = 765). Red value is 15 (6.25% from 255 or 20.27% from 74); Green value is 1 (0.78% from 255 or 1.35% from 74); Blue value is 58 (23.05% from 255 or 78.38% from 74); Max value from RGB is 58 - color contains mainly: blue. Hex color #0F013A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F013A is #F0FEC5. Grayscale: #0B0B0B. Windows color (decimal): -15793862 or 3801359. OLE color: 3801359.

HSL color Cylindrical-coordinate representation of color #0F013A: hue angle of 254.74º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0F013A is Cyan = 0.74, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 15 1 58 -
CMYK 0.74 0.98 0 0.77
HSL 254.74º 0.97% 0.12% -
HSV(B) 254.74º 0.98% 0.23% -
XYZ 0.97 0.43 4.03 -
YUV 11.68 154.14 130.37 -
System Red Green Blue C M Y K H S L
Decimal 15 1 58 0.74 0.98 0 0.77 254.74 0.97 0.12
Hex F 1 3A 4A 62 0 4D FF 61 C
Octal 17 1 72 112 142 0 115 377 141 14
Binary 1111 1 111010 1001010 1100010 0 1001101 11111111 1100001 1100

Color Harmonies of #0F013A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F013A

Black with #0F013A

Text Example


Text Example

White with #0F013A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,1,58); }

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

background-color css

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

 a { background-color: rgb(15,1,58); }

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

border-color css

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

 span { border-color: rgb(15,1,58); }

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