Html Css Color HEX #0F324A Blue Whale

📋 copy color: '#0F324A'

red 15 ◦ green 50 ◦ blue 74

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

Shades of Blue Whale #0F324A

Tints of Blue Whale #0F324A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 35.97%

 BLUE value IS 74 (29.3% from 255) = 53.24%

R = 10.79%
G = 35.97%
B = 53.24%

CMYK

 C value IS 0.80

 M value IS 0.32

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#0F324A (or 0x0F324A) is known color: Blue Whale. HEX triplet: 0F, 32 and 4A. RGB value is (15,50,74). Sum of RGB (Red+Green+Blue) = 15+50+74=139 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.79% from 139); Green value is 50 (19.92% from 255 or 35.97% from 139); Blue value is 74 (29.30% from 255 or 53.24% from 139); Max value from RGB is 74 - color contains mainly: blue. Hex color #0F324A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F324A is #F0CDB5. Grayscale: #2A2A2A. Windows color (decimal): -15781302 or 4862479. OLE color: 4862479.

HSL color Cylindrical-coordinate representation of color #0F324A: hue angle of 204.41º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0F324A is Cyan = 0.80, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 15 50 74 -
CMYK 0.80 0.32 0 0.71
HSL 204.41º 0.66% 0.17% -
HSV(B) 204.41º 0.8% 0.29% -
XYZ 2.57 2.88 6.9 -
YUV 42.27 145.9 108.55 -
System Red Green Blue C M Y K H S L
Decimal 15 50 74 0.80 0.32 0 0.71 204.41 0.66 0.17
Hex F 32 4A 50 20 0 47 CC 42 11
Octal 17 62 112 120 40 0 107 314 102 21
Binary 1111 110010 1001010 1010000 100000 0 1000111 11001100 1000010 10001

Color Harmonies of #0F324A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F324A

Black with #0F324A

Text Example


Text Example

White with #0F324A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,50,74); }

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

background-color css

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

 a { background-color: rgb(15,50,74); }

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

border-color css

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

 span { border-color: rgb(15,50,74); }

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