Html Css Color HEX #0F3340 Blue Whale

📋 copy color: '#0F3340'

red 15 ◦ green 51 ◦ blue 64

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

Shades of Blue Whale #0F3340

Tints of Blue Whale #0F3340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 49.23%

R = 11.54%
G = 39.23%
B = 49.23%

CMYK

 C value IS 0.77

 M value IS 0.20

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#0F3340 (or 0x0F3340) is known color: Blue Whale. HEX triplet: 0F, 33 and 40. RGB value is (15,51,64). Sum of RGB (Red+Green+Blue) = 15+51+64=130 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.54% from 130); Green value is 51 (20.31% from 255 or 39.23% from 130); Blue value is 64 (25.39% from 255 or 49.23% from 130); Max value from RGB is 64 - color contains mainly: blue. Hex color #0F3340 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3340 is #F0CCBF. Grayscale: #292929. Windows color (decimal): -15781056 or 4207375. OLE color: 4207375.

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

Color convert

RGB 15 51 64 -
CMYK 0.77 0.20 0 0.75
HSL 195.92º 0.62% 0.15% -
HSV(B) 195.92º 0.77% 0.25% -
XYZ 2.31 2.84 5.28 -
YUV 41.72 140.57 108.94 -
System Red Green Blue C M Y K H S L
Decimal 15 51 64 0.77 0.20 0 0.75 195.92 0.62 0.15
Hex F 33 40 4D 14 0 4B C4 3E F
Octal 17 63 100 115 24 0 113 304 76 17
Binary 1111 110011 1000000 1001101 10100 0 1001011 11000100 111110 1111

Color Harmonies of #0F3340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3340

Black with #0F3340

Text Example


Text Example

White with #0F3340

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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