Html Css Color HEX #0F2A48 Tangaroa

📋 copy color: '#0F2A48'

red 15 ◦ green 42 ◦ blue 72

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

Shades of Tangaroa #0F2A48

Tints of Tangaroa #0F2A48

RGB

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

 GREEN value IS 42 (16.8% from 255) = 32.56%

 BLUE value IS 72 (28.52% from 255) = 55.81%

R = 11.63%
G = 32.56%
B = 55.81%

CMYK

 C value IS 0.79

 M value IS 0.42

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#0F2A48 (or 0x0F2A48) is known color: Tangaroa. HEX triplet: 0F, 2A and 48. RGB value is (15,42,72). Sum of RGB (Red+Green+Blue) = 15+42+72=129 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.63% from 129); Green value is 42 (16.80% from 255 or 32.56% from 129); Blue value is 72 (28.52% from 255 or 55.81% from 129); Max value from RGB is 72 - color contains mainly: blue. Hex color #0F2A48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2A48 is #F0D5B7. Grayscale: #252525. Windows color (decimal): -15783352 or 4729359. OLE color: 4729359.

HSL color Cylindrical-coordinate representation of color #0F2A48: hue angle of 211.58º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0F2A48 is Cyan = 0.79, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 15 42 72 -
CMYK 0.79 0.42 0 0.72
HSL 211.58º 0.66% 0.17% -
HSV(B) 211.58º 0.79% 0.28% -
XYZ 2.19 2.23 6.44 -
YUV 37.35 147.55 112.06 -
System Red Green Blue C M Y K H S L
Decimal 15 42 72 0.79 0.42 0 0.72 211.58 0.66 0.17
Hex F 2A 48 4F 2A 0 48 D4 42 11
Octal 17 52 110 117 52 0 110 324 102 21
Binary 1111 101010 1001000 1001111 101010 0 1001000 11010100 1000010 10001

Color Harmonies of #0F2A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F2A48

Black with #0F2A48

Text Example


Text Example

White with #0F2A48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,42,72); }

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

background-color css

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

 a { background-color: rgb(15,42,72); }

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

border-color css

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

 span { border-color: rgb(15,42,72); }

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