Html Css Color HEX #0F243A Tangaroa

📋 copy color: '#0F243A'

red 15 ◦ green 36 ◦ blue 58

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

Shades of Tangaroa #0F243A

Tints of Tangaroa #0F243A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 33.03%

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

R = 13.76%
G = 33.03%
B = 53.21%

CMYK

 C value IS 0.74

 M value IS 0.38

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#0F243A (or 0x0F243A) is known color: Tangaroa. HEX triplet: 0F, 24 and 3A. RGB value is (15,36,58). Sum of RGB (Red+Green+Blue) = 15+36+58=109 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.76% from 109); Green value is 36 (14.45% from 255 or 33.03% from 109); Blue value is 58 (23.05% from 255 or 53.21% from 109); Max value from RGB is 58 - color contains mainly: blue. Hex color #0F243A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F243A is #F0DBC5. Grayscale: #202020. Windows color (decimal): -15784902 or 3810319. OLE color: 3810319.

HSL color Cylindrical-coordinate representation of color #0F243A: hue angle of 210.7º 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 #0F243A is Cyan = 0.74, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 15 36 58 -
CMYK 0.74 0.38 0 0.77
HSL 210.7º 0.59% 0.14% -
HSV(B) 210.7º 0.74% 0.23% -
XYZ 1.59 1.67 4.24 -
YUV 32.23 142.54 115.71 -
System Red Green Blue C M Y K H S L
Decimal 15 36 58 0.74 0.38 0 0.77 210.7 0.59 0.14
Hex F 24 3A 4A 26 0 4D D3 3B E
Octal 17 44 72 112 46 0 115 323 73 16
Binary 1111 100100 111010 1001010 100110 0 1001101 11010011 111011 1110

Color Harmonies of #0F243A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F243A

Black with #0F243A

Text Example


Text Example

White with #0F243A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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