Html Css Color HEX #0B4258 Astronaut Blue

📋 copy color: '#0B4258'

red 11 ◦ green 66 ◦ blue 88

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

Shades of Astronaut Blue #0B4258

Tints of Astronaut Blue #0B4258

RGB

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

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

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

R = 6.67%
G = 40%
B = 53.33%

CMYK

 C value IS 0.88

 M value IS 0.25

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#0B4258 (or 0x0B4258) is known color: Astronaut Blue. HEX triplet: 0B, 42 and 58. RGB value is (11,66,88). Sum of RGB (Red+Green+Blue) = 11+66+88=165 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.67% from 165); Green value is 66 (26.17% from 255 or 40% from 165); Blue value is 88 (34.77% from 255 or 53.33% from 165); Max value from RGB is 88 - color contains mainly: blue. Hex color #0B4258 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B4258 is #F4BDA7. Grayscale: #333333. Windows color (decimal): -16039336 or 5784075. OLE color: 5784075.

HSL color Cylindrical-coordinate representation of color #0B4258: hue angle of 197.14º 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 #0B4258 is Cyan = 0.88, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 11 66 88 -
CMYK 0.88 0.25 0 0.65
HSL 197.14º 0.78% 0.19% -
HSV(B) 197.14º 0.88% 0.35% -
XYZ 3.85 4.67 9.93 -
YUV 52.06 148.28 98.71 -
System Red Green Blue C M Y K H S L
Decimal 11 66 88 0.88 0.25 0 0.65 197.14 0.78 0.19
Hex B 42 58 58 19 0 41 C5 4E 13
Octal 13 102 130 130 31 0 101 305 116 23
Binary 1011 1000010 1011000 1011000 11001 0 1000001 11000101 1001110 10011

Color Harmonies of #0B4258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B4258

Black with #0B4258

Text Example


Text Example

White with #0B4258

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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