Html Css Color HEX #0B455C Astronaut Blue

📋 copy color: '#0B455C'

red 11 ◦ green 69 ◦ blue 92

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

Shades of Astronaut Blue #0B455C

Tints of Astronaut Blue #0B455C

RGB

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

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

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

R = 6.4%
G = 40.12%
B = 53.49%

CMYK

 C value IS 0.88

 M value IS 0.25

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#0B455C (or 0x0B455C) is known color: Astronaut Blue. HEX triplet: 0B, 45 and 5C. RGB value is (11,69,92). Sum of RGB (Red+Green+Blue) = 11+69+92=172 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.40% from 172); Green value is 69 (27.34% from 255 or 40.12% from 172); Blue value is 92 (36.33% from 255 or 53.49% from 172); Max value from RGB is 92 - color contains mainly: blue. Hex color #0B455C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B455C is #F4BAA3. Grayscale: #363636. Windows color (decimal): -16038564 or 6046987. OLE color: 6046987.

HSL color Cylindrical-coordinate representation of color #0B455C: hue angle of 197.04º degrees, saturation: 0.79, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B455C is Cyan = 0.88, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 11 69 92 -
CMYK 0.88 0.25 0 0.64
HSL 197.04º 0.79% 0.2% -
HSV(B) 197.04º 0.88% 0.36% -
XYZ 4.2 5.1 10.89 -
YUV 54.28 149.28 97.13 -
System Red Green Blue C M Y K H S L
Decimal 11 69 92 0.88 0.25 0 0.64 197.04 0.79 0.2
Hex B 45 5C 58 19 0 40 C5 4F 14
Octal 13 105 134 130 31 0 100 305 117 24
Binary 1011 1000101 1011100 1011000 11001 0 1000000 11000101 1001111 10100

Color Harmonies of #0B455C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B455C

Black with #0B455C

Text Example


Text Example

White with #0B455C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,69,92); }

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

background-color css

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

 a { background-color: rgb(11,69,92); }

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

border-color css

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

 span { border-color: rgb(11,69,92); }

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