Html Css Color HEX #0F3143 Blue Whale

📋 copy color: '#0F3143'

red 15 ◦ green 49 ◦ blue 67

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

Shades of Blue Whale #0F3143

Tints of Blue Whale #0F3143

RGB

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

 GREEN value IS 49 (19.53% from 255) = 37.4%

 BLUE value IS 67 (26.56% from 255) = 51.15%

R = 11.45%
G = 37.4%
B = 51.15%

CMYK

 C value IS 0.78

 M value IS 0.27

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#0F3143 (or 0x0F3143) is known color: Blue Whale. HEX triplet: 0F, 31 and 43. RGB value is (15,49,67). Sum of RGB (Red+Green+Blue) = 15+49+67=131 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.45% from 131); Green value is 49 (19.53% from 255 or 37.40% from 131); Blue value is 67 (26.56% from 255 or 51.15% from 131); Max value from RGB is 67 - color contains mainly: blue. Hex color #0F3143 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3143 is #F0CEBC. Grayscale: #282828. Windows color (decimal): -15781565 or 4403471. OLE color: 4403471.

HSL color Cylindrical-coordinate representation of color #0F3143: hue angle of 200.77º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0F3143 is Cyan = 0.78, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 15 49 67 -
CMYK 0.78 0.27 0 0.74
HSL 200.77º 0.63% 0.16% -
HSV(B) 200.77º 0.78% 0.26% -
XYZ 2.31 2.7 5.71 -
YUV 40.89 142.74 109.54 -
System Red Green Blue C M Y K H S L
Decimal 15 49 67 0.78 0.27 0 0.74 200.77 0.63 0.16
Hex F 31 43 4E 1B 0 4A C9 3F 10
Octal 17 61 103 116 33 0 112 311 77 20
Binary 1111 110001 1000011 1001110 11011 0 1001010 11001001 111111 10000

Color Harmonies of #0F3143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3143

Black with #0F3143

Text Example


Text Example

White with #0F3143

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,49,67); }

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

background-color css

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

 a { background-color: rgb(15,49,67); }

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

border-color css

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

 span { border-color: rgb(15,49,67); }

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