Html Css Color HEX #143248 Blue Whale

📋 copy color: '#143248'

red 20 ◦ green 50 ◦ blue 72

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

Shades of Blue Whale #143248

Tints of Blue Whale #143248

RGB

 RED value IS 20 (8.2% from 255) = 14.08%

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

 BLUE value IS 72 (28.52% from 255) = 50.7%

R = 14.08%
G = 35.21%
B = 50.7%

CMYK

 C value IS 0.72

 M value IS 0.31

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#143248 (or 0x143248) is known color: Blue Whale. HEX triplet: 14, 32 and 48. RGB value is (20,50,72). Sum of RGB (Red+Green+Blue) = 20+50+72=142 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.08% from 142); Green value is 50 (19.92% from 255 or 35.21% from 142); Blue value is 72 (28.52% from 255 or 50.70% from 142); Max value from RGB is 72 - color contains mainly: blue. Hex color #143248 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143248 is #EBCDB7. Grayscale: #2B2B2B. Windows color (decimal): -15453624 or 4731412. OLE color: 4731412.

HSL color Cylindrical-coordinate representation of color #143248: hue angle of 205.38º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #143248 is Cyan = 0.72, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 20 50 72 -
CMYK 0.72 0.31 0 0.72
HSL 205.38º 0.57% 0.18% -
HSV(B) 205.38º 0.72% 0.28% -
XYZ 2.6 2.9 6.55 -
YUV 43.54 144.06 111.21 -
System Red Green Blue C M Y K H S L
Decimal 20 50 72 0.72 0.31 0 0.72 205.38 0.57 0.18
Hex 14 32 48 48 1F 0 48 CD 39 12
Octal 24 62 110 110 37 0 110 315 71 22
Binary 10100 110010 1001000 1001000 11111 0 1001000 11001101 111001 10010

Color Harmonies of #143248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143248

Black with #143248

Text Example


Text Example

White with #143248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143248; }

 p { color: rgb(20,50,72); }

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

background-color css

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

 a { background-color: rgb(20,50,72); }

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

border-color css

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

 span { border-color: rgb(20,50,72); }

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