Html Css Color HEX #0F425D Astronaut Blue

📋 copy color: '#0F425D'

red 15 ◦ green 66 ◦ blue 93

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

Shades of Astronaut Blue #0F425D

Tints of Astronaut Blue #0F425D

RGB

 RED value IS 15 (6.25% from 255) = 8.62%

 GREEN value IS 66 (26.17% from 255) = 37.93%

 BLUE value IS 93 (36.72% from 255) = 53.45%

R = 8.62%
G = 37.93%
B = 53.45%

CMYK

 C value IS 0.84

 M value IS 0.29

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#0F425D (or 0x0F425D) is known color: Astronaut Blue. HEX triplet: 0F, 42 and 5D. RGB value is (15,66,93). Sum of RGB (Red+Green+Blue) = 15+66+93=174 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.62% from 174); Green value is 66 (26.17% from 255 or 37.93% from 174); Blue value is 93 (36.72% from 255 or 53.45% from 174); Max value from RGB is 93 - color contains mainly: blue. Hex color #0F425D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F425D is #F0BDA2. Grayscale: #353535. Windows color (decimal): -15777187 or 6111759. OLE color: 6111759.

HSL color Cylindrical-coordinate representation of color #0F425D: hue angle of 200.77º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0F425D is Cyan = 0.84, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 15 66 93 -
CMYK 0.84 0.29 0 0.64
HSL 200.77º 0.72% 0.21% -
HSV(B) 200.77º 0.84% 0.36% -
XYZ 4.12 4.79 11.06 -
YUV 53.83 150.1 100.3 -
System Red Green Blue C M Y K H S L
Decimal 15 66 93 0.84 0.29 0 0.64 200.77 0.72 0.21
Hex F 42 5D 54 1D 0 40 C9 48 15
Octal 17 102 135 124 35 0 100 311 110 25
Binary 1111 1000010 1011101 1010100 11101 0 1000000 11001001 1001000 10101

Color Harmonies of #0F425D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F425D

Black with #0F425D

Text Example


Text Example

White with #0F425D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0F425D; }

 p { color: rgb(15,66,93); }

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

background-color css

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

 a { background-color: rgb(15,66,93); }

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

border-color css

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

 span { border-color: rgb(15,66,93); }

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