Html Css Color HEX #0F3341 Blue Whale

📋 copy color: '#0F3341'

red 15 ◦ green 51 ◦ blue 65

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

Shades of Blue Whale #0F3341

Tints of Blue Whale #0F3341

RGB

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

 GREEN value IS 51 (20.31% from 255) = 38.93%

 BLUE value IS 65 (25.78% from 255) = 49.62%

R = 11.45%
G = 38.93%
B = 49.62%

CMYK

 C value IS 0.77

 M value IS 0.22

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#0F3341 (or 0x0F3341) is known color: Blue Whale. HEX triplet: 0F, 33 and 41. RGB value is (15,51,65). Sum of RGB (Red+Green+Blue) = 15+51+65=131 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.45% from 131); Green value is 51 (20.31% from 255 or 38.93% from 131); Blue value is 65 (25.78% from 255 or 49.62% from 131); Max value from RGB is 65 - color contains mainly: blue. Hex color #0F3341 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3341 is #F0CCBE. Grayscale: #292929. Windows color (decimal): -15781055 or 4272911. OLE color: 4272911.

HSL color Cylindrical-coordinate representation of color #0F3341: hue angle of 196.8º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0F3341 is Cyan = 0.77, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 15 51 65 -
CMYK 0.77 0.22 0 0.75
HSL 196.8º 0.63% 0.16% -
HSV(B) 196.8º 0.77% 0.25% -
XYZ 2.33 2.85 5.43 -
YUV 41.83 141.07 108.86 -
System Red Green Blue C M Y K H S L
Decimal 15 51 65 0.77 0.22 0 0.75 196.8 0.63 0.16
Hex F 33 41 4D 16 0 4B C5 3E 10
Octal 17 63 101 115 26 0 113 305 76 20
Binary 1111 110011 1000001 1001101 10110 0 1001011 11000101 111110 10000

Color Harmonies of #0F3341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3341

Black with #0F3341

Text Example


Text Example

White with #0F3341

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,51,65); }

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

background-color css

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

 a { background-color: rgb(15,51,65); }

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

border-color css

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

 span { border-color: rgb(15,51,65); }

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