Html Css Color HEX #152F42 Blue Whale

📋 copy color: '#152F42'

red 21 ◦ green 47 ◦ blue 66

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

Shades of Blue Whale #152F42

Tints of Blue Whale #152F42

RGB

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

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

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

R = 15.67%
G = 35.07%
B = 49.25%

CMYK

 C value IS 0.68

 M value IS 0.29

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#152F42 (or 0x152F42) is known color: Blue Whale. HEX triplet: 15, 2F and 42. RGB value is (21,47,66). Sum of RGB (Red+Green+Blue) = 21+47+66=134 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.67% from 134); Green value is 47 (18.75% from 255 or 35.07% from 134); Blue value is 66 (26.17% from 255 or 49.25% from 134); Max value from RGB is 66 - color contains mainly: blue. Hex color #152F42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152F42 is #EAD0BD. Grayscale: #292929. Windows color (decimal): -15388862 or 4337429. OLE color: 4337429.

HSL color Cylindrical-coordinate representation of color #152F42: hue angle of 205.33º degrees, saturation: 0.52, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #152F42 is Cyan = 0.68, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 21 47 66 -
CMYK 0.68 0.29 0 0.74
HSL 205.33º 0.52% 0.17% -
HSV(B) 205.33º 0.68% 0.26% -
XYZ 2.31 2.59 5.53 -
YUV 41.39 141.89 113.46 -
System Red Green Blue C M Y K H S L
Decimal 21 47 66 0.68 0.29 0 0.74 205.33 0.52 0.17
Hex 15 2F 42 44 1D 0 4A CD 34 11
Octal 25 57 102 104 35 0 112 315 64 21
Binary 10101 101111 1000010 1000100 11101 0 1001010 11001101 110100 10001

Color Harmonies of #152F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152F42

Black with #152F42

Text Example


Text Example

White with #152F42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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