Html Css Color HEX #0B323F Blue Whale

📋 copy color: '#0B323F'

red 11 ◦ green 50 ◦ blue 63

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

Shades of Blue Whale #0B323F

Tints of Blue Whale #0B323F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 40.32%

 BLUE value IS 63 (25% from 255) = 50.81%

R = 8.87%
G = 40.32%
B = 50.81%

CMYK

 C value IS 0.83

 M value IS 0.21

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#0B323F (or 0x0B323F) is known color: Blue Whale. HEX triplet: 0B, 32 and 3F. RGB value is (11,50,63). Sum of RGB (Red+Green+Blue) = 11+50+63=124 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.87% from 124); Green value is 50 (19.92% from 255 or 40.32% from 124); Blue value is 63 (25% from 255 or 50.81% from 124); Max value from RGB is 63 - color contains mainly: blue. Hex color #0B323F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B323F is #F4CDC0. Grayscale: #272727. Windows color (decimal): -16043457 or 4141579. OLE color: 4141579.

HSL color Cylindrical-coordinate representation of color #0B323F: hue angle of 195º degrees, saturation: 0.7, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0B323F is Cyan = 0.83, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 11 50 63 -
CMYK 0.83 0.21 0 0.75
HSL 195º 0.7% 0.15% -
HSV(B) 195º 0.83% 0.25% -
XYZ 2.18 2.71 5.11 -
YUV 39.82 141.08 107.44 -
System Red Green Blue C M Y K H S L
Decimal 11 50 63 0.83 0.21 0 0.75 195 0.7 0.15
Hex B 32 3F 53 15 0 4B C3 46 F
Octal 13 62 77 123 25 0 113 303 106 17
Binary 1011 110010 111111 1010011 10101 0 1001011 11000011 1000110 1111

Color Harmonies of #0B323F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B323F

Black with #0B323F

Text Example


Text Example

White with #0B323F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,50,63); }

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

background-color css

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

 a { background-color: rgb(11,50,63); }

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

border-color css

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

 span { border-color: rgb(11,50,63); }

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