Html Css Color HEX #0F2E41 Blue Whale

📋 copy color: '#0F2E41'

red 15 ◦ green 46 ◦ blue 65

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

Shades of Blue Whale #0F2E41

Tints of Blue Whale #0F2E41

RGB

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

 GREEN value IS 46 (18.36% from 255) = 36.51%

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

R = 11.9%
G = 36.51%
B = 51.59%

CMYK

 C value IS 0.77

 M value IS 0.29

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#0F2E41 (or 0x0F2E41) is known color: Blue Whale. HEX triplet: 0F, 2E and 41. RGB value is (15,46,65). Sum of RGB (Red+Green+Blue) = 15+46+65=126 (16% of max value = 765). Red value is 15 (6.25% from 255 or 11.90% from 126); Green value is 46 (18.36% from 255 or 36.51% from 126); Blue value is 65 (25.78% from 255 or 51.59% from 126); Max value from RGB is 65 - color contains mainly: blue. Hex color #0F2E41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2E41 is #F0D1BE. Grayscale: #262626. Windows color (decimal): -15782335 or 4271631. OLE color: 4271631.

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

Color convert

RGB 15 46 65 -
CMYK 0.77 0.29 0 0.75
HSL 202.8º 0.63% 0.16% -
HSV(B) 202.8º 0.77% 0.25% -
XYZ 2.13 2.44 5.36 -
YUV 38.9 142.73 110.96 -
System Red Green Blue C M Y K H S L
Decimal 15 46 65 0.77 0.29 0 0.75 202.8 0.63 0.16
Hex F 2E 41 4D 1D 0 4B CB 3E 10
Octal 17 56 101 115 35 0 113 313 76 20
Binary 1111 101110 1000001 1001101 11101 0 1001011 11001011 111110 10000

Color Harmonies of #0F2E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F2E41

Black with #0F2E41

Text Example


Text Example

White with #0F2E41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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