Html Css Color HEX #0F394E Blue Whale

📋 copy color: '#0F394E'

red 15 ◦ green 57 ◦ blue 78

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

Shades of Blue Whale #0F394E

Tints of Blue Whale #0F394E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 38%

 BLUE value IS 78 (30.86% from 255) = 52%

R = 10%
G = 38%
B = 52%

CMYK

 C value IS 0.81

 M value IS 0.27

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#0F394E (or 0x0F394E) is known color: Blue Whale. HEX triplet: 0F, 39 and 4E. RGB value is (15,57,78). Sum of RGB (Red+Green+Blue) = 15+57+78=150 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10% from 150); Green value is 57 (22.66% from 255 or 38% from 150); Blue value is 78 (30.86% from 255 or 52% from 150); Max value from RGB is 78 - color contains mainly: blue. Hex color #0F394E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F394E is #F0C6B1. Grayscale: #2E2E2E. Windows color (decimal): -15779506 or 5126415. OLE color: 5126415.

HSL color Cylindrical-coordinate representation of color #0F394E: hue angle of 200º degrees, saturation: 0.68, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F394E is Cyan = 0.81, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 15 57 78 -
CMYK 0.81 0.27 0 0.69
HSL 200º 0.68% 0.18% -
HSV(B) 200º 0.81% 0.31% -
XYZ 3.04 3.58 7.74 -
YUV 46.84 145.59 105.29 -
System Red Green Blue C M Y K H S L
Decimal 15 57 78 0.81 0.27 0 0.69 200 0.68 0.18
Hex F 39 4E 51 1B 0 45 C8 44 12
Octal 17 71 116 121 33 0 105 310 104 22
Binary 1111 111001 1001110 1010001 11011 0 1000101 11001000 1000100 10010

Color Harmonies of #0F394E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F394E

Black with #0F394E

Text Example


Text Example

White with #0F394E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,57,78); }

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

background-color css

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

 a { background-color: rgb(15,57,78); }

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

border-color css

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

 span { border-color: rgb(15,57,78); }

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