Html Css Color HEX #0F293A Tangaroa

📋 copy color: '#0F293A'

red 15 ◦ green 41 ◦ blue 58

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

Shades of Tangaroa #0F293A

Tints of Tangaroa #0F293A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 35.96%

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

R = 13.16%
G = 35.96%
B = 50.88%

CMYK

 C value IS 0.74

 M value IS 0.29

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#0F293A (or 0x0F293A) is known color: Tangaroa. HEX triplet: 0F, 29 and 3A. RGB value is (15,41,58). Sum of RGB (Red+Green+Blue) = 15+41+58=114 (15% of max value = 765). Red value is 15 (6.25% from 255 or 13.16% from 114); Green value is 41 (16.41% from 255 or 35.96% from 114); Blue value is 58 (23.05% from 255 or 50.88% from 114); Max value from RGB is 58 - color contains mainly: blue. Hex color #0F293A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F293A is #F0D6C5. Grayscale: #232323. Windows color (decimal): -15783622 or 3811599. OLE color: 3811599.

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

Color convert

RGB 15 41 58 -
CMYK 0.74 0.29 0 0.77
HSL 203.72º 0.59% 0.14% -
HSV(B) 203.72º 0.74% 0.23% -
XYZ 1.75 1.99 4.3 -
YUV 35.16 140.89 113.62 -
System Red Green Blue C M Y K H S L
Decimal 15 41 58 0.74 0.29 0 0.77 203.72 0.59 0.14
Hex F 29 3A 4A 1D 0 4D CC 3B E
Octal 17 51 72 112 35 0 115 314 73 16
Binary 1111 101001 111010 1001010 11101 0 1001101 11001100 111011 1110

Color Harmonies of #0F293A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F293A

Black with #0F293A

Text Example


Text Example

White with #0F293A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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