Html Css Color HEX #0F3041 Blue Whale

📋 copy color: '#0F3041'

red 15 ◦ green 48 ◦ blue 65

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

Shades of Blue Whale #0F3041

Tints of Blue Whale #0F3041

RGB

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

 GREEN value IS 48 (19.14% from 255) = 37.5%

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

R = 11.72%
G = 37.5%
B = 50.78%

CMYK

 C value IS 0.77

 M value IS 0.26

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#0F3041 (or 0x0F3041) is known color: Blue Whale. HEX triplet: 0F, 30 and 41. RGB value is (15,48,65). Sum of RGB (Red+Green+Blue) = 15+48+65=128 (16% of max value = 765). Red value is 15 (6.25% from 255 or 11.72% from 128); Green value is 48 (19.14% from 255 or 37.5% from 128); Blue value is 65 (25.78% from 255 or 50.78% from 128); Max value from RGB is 65 - color contains mainly: blue. Hex color #0F3041 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3041 is #F0CFBE. Grayscale: #272727. Windows color (decimal): -15781823 or 4272143. OLE color: 4272143.

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

Color convert

RGB 15 48 65 -
CMYK 0.77 0.26 0 0.75
HSL 200.4º 0.63% 0.16% -
HSV(B) 200.4º 0.77% 0.25% -
XYZ 2.21 2.6 5.39 -
YUV 40.07 142.07 110.12 -
System Red Green Blue C M Y K H S L
Decimal 15 48 65 0.77 0.26 0 0.75 200.4 0.63 0.16
Hex F 30 41 4D 1A 0 4B C8 3E 10
Octal 17 60 101 115 32 0 113 310 76 20
Binary 1111 110000 1000001 1001101 11010 0 1001011 11001000 111110 10000

Color Harmonies of #0F3041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3041

Black with #0F3041

Text Example


Text Example

White with #0F3041

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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