Html Css Color HEX #0F3251 Blue Whale

📋 copy color: '#0F3251'

red 15 ◦ green 50 ◦ blue 81

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

Shades of Blue Whale #0F3251

Tints of Blue Whale #0F3251

RGB

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

 GREEN value IS 50 (19.92% from 255) = 34.25%

 BLUE value IS 81 (32.03% from 255) = 55.48%

R = 10.27%
G = 34.25%
B = 55.48%

CMYK

 C value IS 0.81

 M value IS 0.38

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#0F3251 (or 0x0F3251) is known color: Blue Whale. HEX triplet: 0F, 32 and 51. RGB value is (15,50,81). Sum of RGB (Red+Green+Blue) = 15+50+81=146 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.27% from 146); Green value is 50 (19.92% from 255 or 34.25% from 146); Blue value is 81 (32.03% from 255 or 55.48% from 146); Max value from RGB is 81 - color contains mainly: blue. Hex color #0F3251 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F3251 is #F0CDAE. Grayscale: #2A2A2A. Windows color (decimal): -15781295 or 5321231. OLE color: 5321231.

HSL color Cylindrical-coordinate representation of color #0F3251: hue angle of 208.18º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F3251 is Cyan = 0.81, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 15 50 81 -
CMYK 0.81 0.38 0 0.68
HSL 208.18º 0.69% 0.19% -
HSV(B) 208.18º 0.81% 0.32% -
XYZ 2.82 2.98 8.21 -
YUV 43.07 149.4 107.98 -
System Red Green Blue C M Y K H S L
Decimal 15 50 81 0.81 0.38 0 0.68 208.18 0.69 0.19
Hex F 32 51 51 26 0 44 D0 45 13
Octal 17 62 121 121 46 0 104 320 105 23
Binary 1111 110010 1010001 1010001 100110 0 1000100 11010000 1000101 10011

Color Harmonies of #0F3251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3251

Black with #0F3251

Text Example


Text Example

White with #0F3251

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,50,81); }

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

background-color css

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

 a { background-color: rgb(15,50,81); }

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

border-color css

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

 span { border-color: rgb(15,50,81); }

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