Html Css Color HEX #0B4358 Astronaut Blue

📋 copy color: '#0B4358'

red 11 ◦ green 67 ◦ blue 88

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

Shades of Astronaut Blue #0B4358

Tints of Astronaut Blue #0B4358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 53.01%

R = 6.63%
G = 40.36%
B = 53.01%

CMYK

 C value IS 0.88

 M value IS 0.24

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#0B4358 (or 0x0B4358) is known color: Astronaut Blue. HEX triplet: 0B, 43 and 58. RGB value is (11,67,88). Sum of RGB (Red+Green+Blue) = 11+67+88=166 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.63% from 166); Green value is 67 (26.56% from 255 or 40.36% from 166); Blue value is 88 (34.77% from 255 or 53.01% from 166); Max value from RGB is 88 - color contains mainly: blue. Hex color #0B4358 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B4358 is #F4BCA7. Grayscale: #343434. Windows color (decimal): -16039080 or 5784331. OLE color: 5784331.

HSL color Cylindrical-coordinate representation of color #0B4358: hue angle of 196.36º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B4358 is Cyan = 0.88, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 11 67 88 -
CMYK 0.88 0.24 0 0.65
HSL 196.36º 0.78% 0.19% -
HSV(B) 196.36º 0.88% 0.35% -
XYZ 3.91 4.79 9.95 -
YUV 52.65 147.95 98.29 -
System Red Green Blue C M Y K H S L
Decimal 11 67 88 0.88 0.24 0 0.65 196.36 0.78 0.19
Hex B 43 58 58 18 0 41 C4 4E 13
Octal 13 103 130 130 30 0 101 304 116 23
Binary 1011 1000011 1011000 1011000 11000 0 1000001 11000100 1001110 10011

Color Harmonies of #0B4358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B4358

Black with #0B4358

Text Example


Text Example

White with #0B4358

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,67,88); }

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

background-color css

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

 a { background-color: rgb(11,67,88); }

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

border-color css

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

 span { border-color: rgb(11,67,88); }

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