Html Css Color HEX #0F2341 Tangaroa

📋 copy color: '#0F2341'

red 15 ◦ green 35 ◦ blue 65

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

Shades of Tangaroa #0F2341

Tints of Tangaroa #0F2341

RGB

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

 GREEN value IS 35 (14.06% from 255) = 30.43%

 BLUE value IS 65 (25.78% from 255) = 56.52%

R = 13.04%
G = 30.43%
B = 56.52%

CMYK

 C value IS 0.77

 M value IS 0.46

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#0F2341 (or 0x0F2341) is known color: Tangaroa. HEX triplet: 0F, 23 and 41. RGB value is (15,35,65). Sum of RGB (Red+Green+Blue) = 15+35+65=115 (15% of max value = 765). Red value is 15 (6.25% from 255 or 13.04% from 115); Green value is 35 (14.06% from 255 or 30.43% from 115); Blue value is 65 (25.78% from 255 or 56.52% from 115); Max value from RGB is 65 - color contains mainly: blue. Hex color #0F2341 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2341 is #F0DCBE. Grayscale: #202020. Windows color (decimal): -15785151 or 4268815. OLE color: 4268815.

HSL color Cylindrical-coordinate representation of color #0F2341: hue angle of 216º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0F2341 is Cyan = 0.77, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 15 35 65 -
CMYK 0.77 0.46 0 0.75
HSL 216º 0.63% 0.16% -
HSV(B) 216º 0.77% 0.25% -
XYZ 1.75 1.69 5.23 -
YUV 32.44 146.37 115.56 -
System Red Green Blue C M Y K H S L
Decimal 15 35 65 0.77 0.46 0 0.75 216 0.63 0.16
Hex F 23 41 4D 2E 0 4B D8 3E 10
Octal 17 43 101 115 56 0 113 330 76 20
Binary 1111 100011 1000001 1001101 101110 0 1001011 11011000 111110 10000

Color Harmonies of #0F2341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F2341

Black with #0F2341

Text Example


Text Example

White with #0F2341

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,35,65); }

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

background-color css

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

 a { background-color: rgb(15,35,65); }

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

border-color css

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

 span { border-color: rgb(15,35,65); }

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