Html Css Color HEX #143348 Blue Whale

📋 copy color: '#143348'

red 20 ◦ green 51 ◦ blue 72

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

Shades of Blue Whale #143348

Tints of Blue Whale #143348

RGB

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

 GREEN value IS 51 (20.31% from 255) = 35.66%

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

R = 13.99%
G = 35.66%
B = 50.35%

CMYK

 C value IS 0.72

 M value IS 0.29

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#143348 (or 0x143348) is known color: Blue Whale. HEX triplet: 14, 33 and 48. RGB value is (20,51,72). Sum of RGB (Red+Green+Blue) = 20+51+72=143 (18% of max value = 765). Red value is 20 (8.20% from 255 or 13.99% from 143); Green value is 51 (20.31% from 255 or 35.66% from 143); Blue value is 72 (28.52% from 255 or 50.35% from 143); Max value from RGB is 72 - color contains mainly: blue. Hex color #143348 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143348 is #EBCCB7. Grayscale: #2C2C2C. Windows color (decimal): -15453368 or 4731668. OLE color: 4731668.

HSL color Cylindrical-coordinate representation of color #143348: hue angle of 204.23º 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 #143348 is Cyan = 0.72, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 20 51 72 -
CMYK 0.72 0.29 0 0.72
HSL 204.23º 0.57% 0.18% -
HSV(B) 204.23º 0.72% 0.28% -
XYZ 2.64 2.98 6.57 -
YUV 44.13 143.73 110.79 -
System Red Green Blue C M Y K H S L
Decimal 20 51 72 0.72 0.29 0 0.72 204.23 0.57 0.18
Hex 14 33 48 48 1D 0 48 CC 39 12
Octal 24 63 110 110 35 0 110 314 71 22
Binary 10100 110011 1001000 1001000 11101 0 1001000 11001100 111001 10010

Color Harmonies of #143348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143348

Black with #143348

Text Example


Text Example

White with #143348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143348; }

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

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

background-color css

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

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

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

border-color css

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

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

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