Html Css Color HEX #0B445F Astronaut Blue

📋 copy color: '#0B445F'

red 11 ◦ green 68 ◦ blue 95

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

Shades of Astronaut Blue #0B445F

Tints of Astronaut Blue #0B445F

RGB

 RED value IS 11 (4.69% from 255) = 6.32%

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

 BLUE value IS 95 (37.5% from 255) = 54.6%

R = 6.32%
G = 39.08%
B = 54.6%

CMYK

 C value IS 0.88

 M value IS 0.28

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#0B445F (or 0x0B445F) is known color: Astronaut Blue. HEX triplet: 0B, 44 and 5F. RGB value is (11,68,95). Sum of RGB (Red+Green+Blue) = 11+68+95=174 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.32% from 174); Green value is 68 (26.95% from 255 or 39.08% from 174); Blue value is 95 (37.5% from 255 or 54.60% from 174); Max value from RGB is 95 - color contains mainly: blue. Hex color #0B445F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B445F is #F4BBA0. Grayscale: #353535. Windows color (decimal): -16038817 or 6243339. OLE color: 6243339.

HSL color Cylindrical-coordinate representation of color #0B445F: hue angle of 199.29º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B445F is Cyan = 0.88, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 11 68 95 -
CMYK 0.88 0.28 0 0.63
HSL 199.29º 0.79% 0.21% -
HSV(B) 199.29º 0.88% 0.37% -
XYZ 4.27 5.03 11.57 -
YUV 54.04 151.12 97.3 -
System Red Green Blue C M Y K H S L
Decimal 11 68 95 0.88 0.28 0 0.63 199.29 0.79 0.21
Hex B 44 5F 58 1C 0 3F C7 4F 15
Octal 13 104 137 130 34 0 77 307 117 25
Binary 1011 1000100 1011111 1011000 11100 0 111111 11000111 1001111 10101

Color Harmonies of #0B445F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B445F

Black with #0B445F

Text Example


Text Example

White with #0B445F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,68,95); }

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

background-color css

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

 a { background-color: rgb(11,68,95); }

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

border-color css

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

 span { border-color: rgb(11,68,95); }

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