Html Css Color HEX #0F253A Tangaroa

📋 copy color: '#0F253A'

red 15 ◦ green 37 ◦ blue 58

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

Shades of Tangaroa #0F253A

Tints of Tangaroa #0F253A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 33.64%

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

R = 13.64%
G = 33.64%
B = 52.73%

CMYK

 C value IS 0.74

 M value IS 0.36

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#0F253A (or 0x0F253A) is known color: Tangaroa. HEX triplet: 0F, 25 and 3A. RGB value is (15,37,58). Sum of RGB (Red+Green+Blue) = 15+37+58=110 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.64% from 110); Green value is 37 (14.84% from 255 or 33.64% from 110); Blue value is 58 (23.05% from 255 or 52.73% from 110); Max value from RGB is 58 - color contains mainly: blue. Hex color #0F253A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F253A is #F0DAC5. Grayscale: #202020. Windows color (decimal): -15784646 or 3810575. OLE color: 3810575.

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

Color convert

RGB 15 37 58 -
CMYK 0.74 0.36 0 0.77
HSL 209.3º 0.59% 0.14% -
HSV(B) 209.3º 0.74% 0.23% -
XYZ 1.62 1.73 4.25 -
YUV 32.82 142.21 115.29 -
System Red Green Blue C M Y K H S L
Decimal 15 37 58 0.74 0.36 0 0.77 209.3 0.59 0.14
Hex F 25 3A 4A 24 0 4D D1 3B E
Octal 17 45 72 112 44 0 115 321 73 16
Binary 1111 100101 111010 1001010 100100 0 1001101 11010001 111011 1110

Color Harmonies of #0F253A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F253A

Black with #0F253A

Text Example


Text Example

White with #0F253A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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