Html Css Color HEX #0F303C Blue Whale

📋 copy color: '#0F303C'

red 15 ◦ green 48 ◦ blue 60

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

Shades of Blue Whale #0F303C

Tints of Blue Whale #0F303C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 48.78%

R = 12.2%
G = 39.02%
B = 48.78%

CMYK

 C value IS 0.75

 M value IS 0.20

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#0F303C (or 0x0F303C) is known color: Blue Whale. HEX triplet: 0F, 30 and 3C. RGB value is (15,48,60). Sum of RGB (Red+Green+Blue) = 15+48+60=123 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12.20% from 123); Green value is 48 (19.14% from 255 or 39.02% from 123); Blue value is 60 (23.83% from 255 or 48.78% from 123); Max value from RGB is 60 - color contains mainly: blue. Hex color #0F303C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F303C is #F0CFC3. Grayscale: #272727. Windows color (decimal): -15781828 or 3944463. OLE color: 3944463.

HSL color Cylindrical-coordinate representation of color #0F303C: hue angle of 196º degrees, saturation: 0.6, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0F303C is Cyan = 0.75, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 15 48 60 -
CMYK 0.75 0.20 0 0.76
HSL 196º 0.6% 0.15% -
HSV(B) 196º 0.75% 0.24% -
XYZ 2.07 2.54 4.66 -
YUV 39.5 139.57 110.52 -
System Red Green Blue C M Y K H S L
Decimal 15 48 60 0.75 0.20 0 0.76 196 0.6 0.15
Hex F 30 3C 4B 14 0 4C C4 3C F
Octal 17 60 74 113 24 0 114 304 74 17
Binary 1111 110000 111100 1001011 10100 0 1001100 11000100 111100 1111

Color Harmonies of #0F303C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F303C

Black with #0F303C

Text Example


Text Example

White with #0F303C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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