Html Css Color HEX #0F344D Blue Whale

📋 copy color: '#0F344D'

red 15 ◦ green 52 ◦ blue 77

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

Shades of Blue Whale #0F344D

Tints of Blue Whale #0F344D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 36.11%

 BLUE value IS 77 (30.47% from 255) = 53.47%

R = 10.42%
G = 36.11%
B = 53.47%

CMYK

 C value IS 0.81

 M value IS 0.32

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#0F344D (or 0x0F344D) is known color: Blue Whale. HEX triplet: 0F, 34 and 4D. RGB value is (15,52,77). Sum of RGB (Red+Green+Blue) = 15+52+77=144 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.42% from 144); Green value is 52 (20.70% from 255 or 36.11% from 144); Blue value is 77 (30.47% from 255 or 53.47% from 144); Max value from RGB is 77 - color contains mainly: blue. Hex color #0F344D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F344D is #F0CBB2. Grayscale: #2B2B2B. Windows color (decimal): -15780787 or 5059599. OLE color: 5059599.

HSL color Cylindrical-coordinate representation of color #0F344D: hue angle of 204.19º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F344D is Cyan = 0.81, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 15 52 77 -
CMYK 0.81 0.32 0 0.70
HSL 204.19º 0.67% 0.18% -
HSV(B) 204.19º 0.81% 0.3% -
XYZ 2.76 3.09 7.47 -
YUV 43.79 146.74 107.47 -
System Red Green Blue C M Y K H S L
Decimal 15 52 77 0.81 0.32 0 0.70 204.19 0.67 0.18
Hex F 34 4D 51 20 0 46 CC 43 12
Octal 17 64 115 121 40 0 106 314 103 22
Binary 1111 110100 1001101 1010001 100000 0 1000110 11001100 1000011 10010

Color Harmonies of #0F344D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F344D

Black with #0F344D

Text Example


Text Example

White with #0F344D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,52,77); }

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

background-color css

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

 a { background-color: rgb(15,52,77); }

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

border-color css

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

 span { border-color: rgb(15,52,77); }

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