Html Css Color HEX #154F68 Arapawa

📋 copy color: '#154F68'

red 21 ◦ green 79 ◦ blue 104

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

Shades of Arapawa #154F68

Tints of Arapawa #154F68

RGB

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

 GREEN value IS 79 (31.25% from 255) = 38.73%

 BLUE value IS 104 (41.02% from 255) = 50.98%

R = 10.29%
G = 38.73%
B = 50.98%

CMYK

 C value IS 0.80

 M value IS 0.24

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#154F68 (or 0x154F68) is known color: Arapawa. HEX triplet: 15, 4F and 68. RGB value is (21,79,104). Sum of RGB (Red+Green+Blue) = 21+79+104=204 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.29% from 204); Green value is 79 (31.25% from 255 or 38.73% from 204); Blue value is 104 (41.02% from 255 or 50.98% from 204); Max value from RGB is 104 - color contains mainly: blue. Hex color #154F68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #154F68 is #EAB097. Grayscale: #404040. Windows color (decimal): -15380632 or 6835989. OLE color: 6835989.

HSL color Cylindrical-coordinate representation of color #154F68: hue angle of 198.07º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #154F68 is Cyan = 0.80, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 21 79 104 -
CMYK 0.80 0.24 0 0.59
HSL 198.07º 0.66% 0.25% -
HSV(B) 198.07º 0.8% 0.41% -
XYZ 5.6 6.75 14.1 -
YUV 64.51 150.28 96.97 -
System Red Green Blue C M Y K H S L
Decimal 21 79 104 0.80 0.24 0 0.59 198.07 0.66 0.25
Hex 15 4F 68 50 18 0 3B C6 42 19
Octal 25 117 150 120 30 0 73 306 102 31
Binary 10101 1001111 1101000 1010000 11000 0 111011 11000110 1000010 11001

Color Harmonies of #154F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154F68

Black with #154F68

Text Example


Text Example

White with #154F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154F68; }

 p { color: rgb(21,79,104); }

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

background-color css

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

 a { background-color: rgb(21,79,104); }

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

border-color css

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

 span { border-color: rgb(21,79,104); }

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