Html Css Color HEX #0F263A Tangaroa

📋 copy color: '#0F263A'

red 15 ◦ green 38 ◦ blue 58

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

Shades of Tangaroa #0F263A

Tints of Tangaroa #0F263A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 34.23%

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

R = 13.51%
G = 34.23%
B = 52.25%

CMYK

 C value IS 0.74

 M value IS 0.34

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#0F263A (or 0x0F263A) is known color: Tangaroa. HEX triplet: 0F, 26 and 3A. RGB value is (15,38,58). Sum of RGB (Red+Green+Blue) = 15+38+58=111 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.51% from 111); Green value is 38 (15.23% from 255 or 34.23% from 111); Blue value is 58 (23.05% from 255 or 52.25% from 111); Max value from RGB is 58 - color contains mainly: blue. Hex color #0F263A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F263A is #F0D9C5. Grayscale: #212121. Windows color (decimal): -15784390 or 3810831. OLE color: 3810831.

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

Color convert

RGB 15 38 58 -
CMYK 0.74 0.34 0 0.77
HSL 207.91º 0.59% 0.14% -
HSV(B) 207.91º 0.74% 0.23% -
XYZ 1.65 1.79 4.26 -
YUV 33.4 141.88 114.87 -
System Red Green Blue C M Y K H S L
Decimal 15 38 58 0.74 0.34 0 0.77 207.91 0.59 0.14
Hex F 26 3A 4A 22 0 4D D0 3B E
Octal 17 46 72 112 42 0 115 320 73 16
Binary 1111 100110 111010 1001010 100010 0 1001101 11010000 111011 1110

Color Harmonies of #0F263A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F263A

Black with #0F263A

Text Example


Text Example

White with #0F263A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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