Html Css Color HEX #0F3746 Blue Whale

📋 copy color: '#0F3746'

red 15 ◦ green 55 ◦ blue 70

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

Shades of Blue Whale #0F3746

Tints of Blue Whale #0F3746

RGB

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

 GREEN value IS 55 (21.88% from 255) = 39.29%

 BLUE value IS 70 (27.73% from 255) = 50%

R = 10.71%
G = 39.29%
B = 50%

CMYK

 C value IS 0.79

 M value IS 0.21

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#0F3746 (or 0x0F3746) is known color: Blue Whale. HEX triplet: 0F, 37 and 46. RGB value is (15,55,70). Sum of RGB (Red+Green+Blue) = 15+55+70=140 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.71% from 140); Green value is 55 (21.88% from 255 or 39.29% from 140); Blue value is 70 (27.73% from 255 or 50% from 140); Max value from RGB is 70 - color contains mainly: blue. Hex color #0F3746 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3746 is #F0C8B9. Grayscale: #2C2C2C. Windows color (decimal): -15780026 or 4601615. OLE color: 4601615.

HSL color Cylindrical-coordinate representation of color #0F3746: hue angle of 196.36º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0F3746 is Cyan = 0.79, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 15 55 70 -
CMYK 0.79 0.21 0 0.73
HSL 196.36º 0.65% 0.17% -
HSV(B) 196.36º 0.79% 0.27% -
XYZ 2.67 3.28 6.29 -
YUV 44.75 142.25 106.78 -
System Red Green Blue C M Y K H S L
Decimal 15 55 70 0.79 0.21 0 0.73 196.36 0.65 0.17
Hex F 37 46 4F 15 0 49 C4 41 11
Octal 17 67 106 117 25 0 111 304 101 21
Binary 1111 110111 1000110 1001111 10101 0 1001001 11000100 1000001 10001

Color Harmonies of #0F3746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3746

Black with #0F3746

Text Example


Text Example

White with #0F3746

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,55,70); }

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

background-color css

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

 a { background-color: rgb(15,55,70); }

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

border-color css

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

 span { border-color: rgb(15,55,70); }

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