Html Css Color HEX #08435C Astronaut Blue

📋 copy color: '#08435C'

red 8 ◦ green 67 ◦ blue 92

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

Shades of Astronaut Blue #08435C

Tints of Astronaut Blue #08435C

RGB

 RED value IS 8 (3.52% from 255) = 4.79%

 GREEN value IS 67 (26.56% from 255) = 40.12%

 BLUE value IS 92 (36.33% from 255) = 55.09%

R = 4.79%
G = 40.12%
B = 55.09%

CMYK

 C value IS 0.91

 M value IS 0.27

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#08435C (or 0x08435C) is known color: Astronaut Blue. HEX triplet: 08, 43 and 5C. RGB value is (8,67,92). Sum of RGB (Red+Green+Blue) = 8+67+92=167 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.79% from 167); Green value is 67 (26.56% from 255 or 40.12% from 167); Blue value is 92 (36.33% from 255 or 55.09% from 167); Max value from RGB is 92 - color contains mainly: blue. Hex color #08435C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08435C is #F7BCA3. Grayscale: #343434. Windows color (decimal): -16235684 or 6046472. OLE color: 6046472.

HSL color Cylindrical-coordinate representation of color #08435C: hue angle of 197.86º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #08435C is Cyan = 0.91, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 8 67 92 -
CMYK 0.91 0.27 0 0.64
HSL 197.86º 0.84% 0.2% -
HSV(B) 197.86º 0.91% 0.36% -
XYZ 4.04 4.84 10.85 -
YUV 52.21 150.45 96.47 -
System Red Green Blue C M Y K H S L
Decimal 8 67 92 0.91 0.27 0 0.64 197.86 0.84 0.2
Hex 8 43 5C 5B 1B 0 40 C6 54 14
Octal 10 103 134 133 33 0 100 306 124 24
Binary 1000 1000011 1011100 1011011 11011 0 1000000 11000110 1010100 10100

Color Harmonies of #08435C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08435C

Black with #08435C

Text Example


Text Example

White with #08435C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08435C; }

 p { color: rgb(8,67,92); }

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

background-color css

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

 a { background-color: rgb(8,67,92); }

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

border-color css

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

 span { border-color: rgb(8,67,92); }

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