Html Css Color HEX #0F3447 Blue Whale

📋 copy color: '#0F3447'

red 15 ◦ green 52 ◦ blue 71

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

Shades of Blue Whale #0F3447

Tints of Blue Whale #0F3447

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 51.45%

R = 10.87%
G = 37.68%
B = 51.45%

CMYK

 C value IS 0.79

 M value IS 0.27

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#0F3447 (or 0x0F3447) is known color: Blue Whale. HEX triplet: 0F, 34 and 47. RGB value is (15,52,71). Sum of RGB (Red+Green+Blue) = 15+52+71=138 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.87% from 138); Green value is 52 (20.70% from 255 or 37.68% from 138); Blue value is 71 (28.12% from 255 or 51.45% from 138); Max value from RGB is 71 - color contains mainly: blue. Hex color #0F3447 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3447 is #F0CBB8. Grayscale: #2A2A2A. Windows color (decimal): -15780793 or 4666383. OLE color: 4666383.

HSL color Cylindrical-coordinate representation of color #0F3447: hue angle of 200.36º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0F3447 is Cyan = 0.79, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 15 52 71 -
CMYK 0.79 0.27 0 0.72
HSL 200.36º 0.65% 0.17% -
HSV(B) 200.36º 0.79% 0.28% -
XYZ 2.56 3.01 6.41 -
YUV 43.1 143.74 107.96 -
System Red Green Blue C M Y K H S L
Decimal 15 52 71 0.79 0.27 0 0.72 200.36 0.65 0.17
Hex F 34 47 4F 1B 0 48 C8 41 11
Octal 17 64 107 117 33 0 110 310 101 21
Binary 1111 110100 1000111 1001111 11011 0 1001000 11001000 1000001 10001

Color Harmonies of #0F3447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3447

Black with #0F3447

Text Example


Text Example

White with #0F3447

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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