Html Css Color HEX #0F3042 Blue Whale

📋 copy color: '#0F3042'

red 15 ◦ green 48 ◦ blue 66

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

Shades of Blue Whale #0F3042

Tints of Blue Whale #0F3042

RGB

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

 GREEN value IS 48 (19.14% from 255) = 37.21%

 BLUE value IS 66 (26.17% from 255) = 51.16%

R = 11.63%
G = 37.21%
B = 51.16%

CMYK

 C value IS 0.77

 M value IS 0.27

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#0F3042 (or 0x0F3042) is known color: Blue Whale. HEX triplet: 0F, 30 and 42. RGB value is (15,48,66). Sum of RGB (Red+Green+Blue) = 15+48+66=129 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.63% from 129); Green value is 48 (19.14% from 255 or 37.21% from 129); Blue value is 66 (26.17% from 255 or 51.16% from 129); Max value from RGB is 66 - color contains mainly: blue. Hex color #0F3042 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3042 is #F0CFBD. Grayscale: #282828. Windows color (decimal): -15781822 or 4337679. OLE color: 4337679.

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

Color convert

RGB 15 48 66 -
CMYK 0.77 0.27 0 0.74
HSL 201.18º 0.63% 0.16% -
HSV(B) 201.18º 0.77% 0.26% -
XYZ 2.24 2.61 5.54 -
YUV 40.19 142.57 110.04 -
System Red Green Blue C M Y K H S L
Decimal 15 48 66 0.77 0.27 0 0.74 201.18 0.63 0.16
Hex F 30 42 4D 1B 0 4A C9 3F 10
Octal 17 60 102 115 33 0 112 311 77 20
Binary 1111 110000 1000010 1001101 11011 0 1001010 11001001 111111 10000

Color Harmonies of #0F3042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3042

Black with #0F3042

Text Example


Text Example

White with #0F3042

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,48,66); }

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

background-color css

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

 a { background-color: rgb(15,48,66); }

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

border-color css

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

 span { border-color: rgb(15,48,66); }

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