Html Css Color HEX #194867 Astronaut Blue

📋 copy color: '#194867'

red 25 ◦ green 72 ◦ blue 103

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

Shades of Astronaut Blue #194867

Tints of Astronaut Blue #194867

RGB

 RED value IS 25 (10.16% from 255) = 12.5%

 GREEN value IS 72 (28.52% from 255) = 36%

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

R = 12.5%
G = 36%
B = 51.5%

CMYK

 C value IS 0.76

 M value IS 0.30

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#194867 (or 0x194867) is known color: Astronaut Blue. HEX triplet: 19, 48 and 67. RGB value is (25,72,103). Sum of RGB (Red+Green+Blue) = 25+72+103=200 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.5% from 200); Green value is 72 (28.52% from 255 or 36% from 200); Blue value is 103 (40.62% from 255 or 51.5% from 200); Max value from RGB is 103 - color contains mainly: blue. Hex color #194867 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194867 is #E6B798. Grayscale: #3D3D3D. Windows color (decimal): -15120281 or 6768665. OLE color: 6768665.

HSL color Cylindrical-coordinate representation of color #194867: hue angle of 203.85º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #194867 is Cyan = 0.76, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 25 72 103 -
CMYK 0.76 0.30 0 0.60
HSL 203.85º 0.61% 0.25% -
HSV(B) 203.85º 0.76% 0.4% -
XYZ 5.17 5.82 13.68 -
YUV 61.48 151.43 101.98 -
System Red Green Blue C M Y K H S L
Decimal 25 72 103 0.76 0.30 0 0.60 203.85 0.61 0.25
Hex 19 48 67 4C 1E 0 3C CC 3D 19
Octal 31 110 147 114 36 0 74 314 75 31
Binary 11001 1001000 1100111 1001100 11110 0 111100 11001100 111101 11001

Color Harmonies of #194867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194867

Black with #194867

Text Example


Text Example

White with #194867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194867; }

 p { color: rgb(25,72,103); }

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

background-color css

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

 a { background-color: rgb(25,72,103); }

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

border-color css

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

 span { border-color: rgb(25,72,103); }

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