Html Css Color HEX #0F233A Tangaroa

📋 copy color: '#0F233A'

red 15 ◦ green 35 ◦ blue 58

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

Shades of Tangaroa #0F233A

Tints of Tangaroa #0F233A

RGB

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

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

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

R = 13.89%
G = 32.41%
B = 53.7%

CMYK

 C value IS 0.74

 M value IS 0.40

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#0F233A (or 0x0F233A) is known color: Tangaroa. HEX triplet: 0F, 23 and 3A. RGB value is (15,35,58). Sum of RGB (Red+Green+Blue) = 15+35+58=108 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.89% from 108); Green value is 35 (14.06% from 255 or 32.41% from 108); Blue value is 58 (23.05% from 255 or 53.70% from 108); Max value from RGB is 58 - color contains mainly: blue. Hex color #0F233A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F233A is #F0DCC5. Grayscale: #1F1F1F. Windows color (decimal): -15785158 or 3810063. OLE color: 3810063.

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

Color convert

RGB 15 35 58 -
CMYK 0.74 0.40 0 0.77
HSL 212.09º 0.59% 0.14% -
HSV(B) 212.09º 0.74% 0.23% -
XYZ 1.56 1.61 4.23 -
YUV 31.64 142.87 116.13 -
System Red Green Blue C M Y K H S L
Decimal 15 35 58 0.74 0.40 0 0.77 212.09 0.59 0.14
Hex F 23 3A 4A 28 0 4D D4 3B E
Octal 17 43 72 112 50 0 115 324 73 16
Binary 1111 100011 111010 1001010 101000 0 1001101 11010100 111011 1110

Color Harmonies of #0F233A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F233A

Black with #0F233A

Text Example


Text Example

White with #0F233A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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