Html Css Color HEX #0F2D39 Tangaroa

📋 copy color: '#0F2D39'

red 15 ◦ green 45 ◦ blue 57

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

Shades of Tangaroa #0F2D39

Tints of Tangaroa #0F2D39

RGB

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

 GREEN value IS 45 (17.97% from 255) = 38.46%

 BLUE value IS 57 (22.66% from 255) = 48.72%

R = 12.82%
G = 38.46%
B = 48.72%

CMYK

 C value IS 0.74

 M value IS 0.21

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#0F2D39 (or 0x0F2D39) is known color: Tangaroa. HEX triplet: 0F, 2D and 39. RGB value is (15,45,57). Sum of RGB (Red+Green+Blue) = 15+45+57=117 (15% of max value = 765). Red value is 15 (6.25% from 255 or 12.82% from 117); Green value is 45 (17.97% from 255 or 38.46% from 117); Blue value is 57 (22.66% from 255 or 48.72% from 117); Max value from RGB is 57 - color contains mainly: blue. Hex color #0F2D39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2D39 is #F0D2C6. Grayscale: #252525. Windows color (decimal): -15782599 or 3747087. OLE color: 3747087.

HSL color Cylindrical-coordinate representation of color #0F2D39: hue angle of 197.14º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0F2D39 is Cyan = 0.74, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 15 45 57 -
CMYK 0.74 0.21 0 0.78
HSL 197.14º 0.58% 0.14% -
HSV(B) 197.14º 0.74% 0.22% -
XYZ 1.87 2.27 4.21 -
YUV 37.4 139.06 112.02 -
System Red Green Blue C M Y K H S L
Decimal 15 45 57 0.74 0.21 0 0.78 197.14 0.58 0.14
Hex F 2D 39 4A 15 0 4E C5 3A E
Octal 17 55 71 112 25 0 116 305 72 16
Binary 1111 101101 111001 1001010 10101 0 1001110 11000101 111010 1110

Color Harmonies of #0F2D39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F2D39

Black with #0F2D39

Text Example


Text Example

White with #0F2D39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,45,57); }

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

background-color css

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

 a { background-color: rgb(15,45,57); }

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

border-color css

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

 span { border-color: rgb(15,45,57); }

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