Html Css Color HEX #0F3240 Blue Whale

📋 copy color: '#0F3240'

red 15 ◦ green 50 ◦ blue 64

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

Shades of Blue Whale #0F3240

Tints of Blue Whale #0F3240

RGB

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

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

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

R = 11.63%
G = 38.76%
B = 49.61%

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

#0F3240 (or 0x0F3240) is known color: Blue Whale. HEX triplet: 0F, 32 and 40. RGB value is (15,50,64). Sum of RGB (Red+Green+Blue) = 15+50+64=129 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.63% from 129); Green value is 50 (19.92% from 255 or 38.76% from 129); Blue value is 64 (25.39% from 255 or 49.61% from 129); Max value from RGB is 64 - color contains mainly: blue. Hex color #0F3240 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3240 is #F0CDBF. Grayscale: #292929. Windows color (decimal): -15781312 or 4207119. OLE color: 4207119.

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

Color convert

RGB 15 50 64 -
CMYK 0.77 0.22 0 0.75
HSL 197.14º 0.62% 0.15% -
HSV(B) 197.14º 0.77% 0.25% -
XYZ 2.26 2.75 5.26 -
YUV 41.13 140.9 109.36 -
System Red Green Blue C M Y K H S L
Decimal 15 50 64 0.77 0.22 0 0.75 197.14 0.62 0.15
Hex F 32 40 4D 16 0 4B C5 3E F
Octal 17 62 100 115 26 0 113 305 76 17
Binary 1111 110010 1000000 1001101 10110 0 1001011 11000101 111110 1111

Color Harmonies of #0F3240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3240

Black with #0F3240

Text Example


Text Example

White with #0F3240

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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