Html Css Color HEX #124567 Astronaut Blue

📋 copy color: '#124567'

red 18 ◦ green 69 ◦ blue 103

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

Shades of Astronaut Blue #124567

Tints of Astronaut Blue #124567

RGB

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

 GREEN value IS 69 (27.34% from 255) = 36.32%

 BLUE value IS 103 (40.63% from 255) = 54.21%

R = 9.47%
G = 36.32%
B = 54.21%

CMYK

 C value IS 0.83

 M value IS 0.33

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#124567 (or 0x124567) is known color: Astronaut Blue. HEX triplet: 12, 45 and 67. RGB value is (18,69,103). Sum of RGB (Red+Green+Blue) = 18+69+103=190 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.47% from 190); Green value is 69 (27.34% from 255 or 36.32% from 190); Blue value is 103 (40.62% from 255 or 54.21% from 190); Max value from RGB is 103 - color contains mainly: blue. Hex color #124567 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124567 is #EDBA98. Grayscale: #393939. Windows color (decimal): -15579801 or 6767890. OLE color: 6767890.

HSL color Cylindrical-coordinate representation of color #124567: hue angle of 204º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #124567 is Cyan = 0.83, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 18 69 103 -
CMYK 0.83 0.33 0 0.60
HSL 204º 0.7% 0.24% -
HSV(B) 204º 0.83% 0.4% -
XYZ 4.83 5.36 13.61 -
YUV 57.63 153.6 99.74 -
System Red Green Blue C M Y K H S L
Decimal 18 69 103 0.83 0.33 0 0.60 204 0.7 0.24
Hex 12 45 67 53 21 0 3C CC 46 18
Octal 22 105 147 123 41 0 74 314 106 30
Binary 10010 1000101 1100111 1010011 100001 0 111100 11001100 1000110 11000

Color Harmonies of #124567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124567

Black with #124567

Text Example


Text Example

White with #124567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124567; }

 p { color: rgb(18,69,103); }

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

background-color css

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

 a { background-color: rgb(18,69,103); }

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

border-color css

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

 span { border-color: rgb(18,69,103); }

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