Html Css Color HEX #152F4E Blue Whale

📋 copy color: '#152F4E'

red 21 ◦ green 47 ◦ blue 78

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

Shades of Blue Whale #152F4E

Tints of Blue Whale #152F4E

RGB

 RED value IS 21 (8.59% from 255) = 14.38%

 GREEN value IS 47 (18.75% from 255) = 32.19%

 BLUE value IS 78 (30.86% from 255) = 53.42%

R = 14.38%
G = 32.19%
B = 53.42%

CMYK

 C value IS 0.73

 M value IS 0.40

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#152F4E (or 0x152F4E) is known color: Blue Whale. HEX triplet: 15, 2F and 4E. RGB value is (21,47,78). Sum of RGB (Red+Green+Blue) = 21+47+78=146 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.38% from 146); Green value is 47 (18.75% from 255 or 32.19% from 146); Blue value is 78 (30.86% from 255 or 53.42% from 146); Max value from RGB is 78 - color contains mainly: blue. Hex color #152F4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152F4E is #EAD0B1. Grayscale: #2A2A2A. Windows color (decimal): -15388850 or 5123861. OLE color: 5123861.

HSL color Cylindrical-coordinate representation of color #152F4E: hue angle of 212.63º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #152F4E is Cyan = 0.73, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 21 47 78 -
CMYK 0.73 0.40 0 0.69
HSL 212.63º 0.58% 0.19% -
HSV(B) 212.63º 0.73% 0.31% -
XYZ 2.7 2.74 7.59 -
YUV 42.76 147.89 112.48 -
System Red Green Blue C M Y K H S L
Decimal 21 47 78 0.73 0.40 0 0.69 212.63 0.58 0.19
Hex 15 2F 4E 49 28 0 45 D5 3A 13
Octal 25 57 116 111 50 0 105 325 72 23
Binary 10101 101111 1001110 1001001 101000 0 1000101 11010101 111010 10011

Color Harmonies of #152F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152F4E

Black with #152F4E

Text Example


Text Example

White with #152F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152F4E; }

 p { color: rgb(21,47,78); }

 H1.HeaderClassName
 {
   color: #152F4E;
 }
 .AnyTagClassName
 {
   color: #152F4E;
 }
</style>

background-color css

<style>
 a { background-color: #152F4E; }

 a { background-color: rgb(21,47,78); }

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

border-color css

<style>
 span { border-color: #152F4E; }

 span { border-color: rgb(21,47,78); }

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