Html Css Color HEX #124454 Astronaut Blue

📋 copy color: '#124454'

red 18 ◦ green 68 ◦ blue 84

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

Shades of Astronaut Blue #124454

Tints of Astronaut Blue #124454

RGB

 RED value IS 18 (7.42% from 255) = 10.59%

 GREEN value IS 68 (26.95% from 255) = 40%

 BLUE value IS 84 (33.2% from 255) = 49.41%

R = 10.59%
G = 40%
B = 49.41%

CMYK

 C value IS 0.79

 M value IS 0.19

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#124454 (or 0x124454) is known color: Astronaut Blue. HEX triplet: 12, 44 and 54. RGB value is (18,68,84). Sum of RGB (Red+Green+Blue) = 18+68+84=170 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.59% from 170); Green value is 68 (26.95% from 255 or 40% from 170); Blue value is 84 (33.20% from 255 or 49.41% from 170); Max value from RGB is 84 - color contains mainly: blue. Hex color #124454 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124454 is #EDBBAB. Grayscale: #363636. Windows color (decimal): -15580076 or 5522450. OLE color: 5522450.

HSL color Cylindrical-coordinate representation of color #124454: hue angle of 194.55º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #124454 is Cyan = 0.79, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 18 68 84 -
CMYK 0.79 0.19 0 0.67
HSL 194.55º 0.65% 0.2% -
HSV(B) 194.55º 0.79% 0.33% -
XYZ 3.92 4.9 9.13 -
YUV 54.87 144.44 101.7 -
System Red Green Blue C M Y K H S L
Decimal 18 68 84 0.79 0.19 0 0.67 194.55 0.65 0.2
Hex 12 44 54 4F 13 0 43 C3 41 14
Octal 22 104 124 117 23 0 103 303 101 24
Binary 10010 1000100 1010100 1001111 10011 0 1000011 11000011 1000001 10100

Color Harmonies of #124454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124454

Black with #124454

Text Example


Text Example

White with #124454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124454; }

 p { color: rgb(18,68,84); }

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

background-color css

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

 a { background-color: rgb(18,68,84); }

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

border-color css

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

 span { border-color: rgb(18,68,84); }

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