Html Css Color HEX #0F2839 Tangaroa

📋 copy color: '#0F2839'

red 15 ◦ green 40 ◦ blue 57

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

Shades of Tangaroa #0F2839

Tints of Tangaroa #0F2839

RGB

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

 GREEN value IS 40 (16.02% from 255) = 35.71%

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

R = 13.39%
G = 35.71%
B = 50.89%

CMYK

 C value IS 0.74

 M value IS 0.30

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#0F2839 (or 0x0F2839) is known color: Tangaroa. HEX triplet: 0F, 28 and 39. RGB value is (15,40,57). Sum of RGB (Red+Green+Blue) = 15+40+57=112 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.39% from 112); Green value is 40 (16.02% from 255 or 35.71% from 112); Blue value is 57 (22.66% from 255 or 50.89% from 112); Max value from RGB is 57 - color contains mainly: blue. Hex color #0F2839 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2839 is #F0D7C6. Grayscale: #222222. Windows color (decimal): -15783879 or 3745807. OLE color: 3745807.

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

Color convert

RGB 15 40 57 -
CMYK 0.74 0.30 0 0.78
HSL 204.29º 0.58% 0.14% -
HSV(B) 204.29º 0.74% 0.22% -
XYZ 1.69 1.91 4.15 -
YUV 34.46 140.72 114.12 -
System Red Green Blue C M Y K H S L
Decimal 15 40 57 0.74 0.30 0 0.78 204.29 0.58 0.14
Hex F 28 39 4A 1E 0 4E CC 3A E
Octal 17 50 71 112 36 0 116 314 72 16
Binary 1111 101000 111001 1001010 11110 0 1001110 11001100 111010 1110

Color Harmonies of #0F2839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F2839

Black with #0F2839

Text Example


Text Example

White with #0F2839

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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