Html Css Color HEX #0B333F Nordic

📋 copy color: '#0B333F'

red 11 ◦ green 51 ◦ blue 63

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

Shades of Nordic #0B333F

Tints of Nordic #0B333F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 40.8%

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

R = 8.8%
G = 40.8%
B = 50.4%

CMYK

 C value IS 0.83

 M value IS 0.19

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#0B333F (or 0x0B333F) is known color: Nordic. HEX triplet: 0B, 33 and 3F. RGB value is (11,51,63). Sum of RGB (Red+Green+Blue) = 11+51+63=125 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.8% from 125); Green value is 51 (20.31% from 255 or 40.8% from 125); Blue value is 63 (25% from 255 or 50.4% from 125); Max value from RGB is 63 - color contains mainly: blue. Hex color #0B333F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B333F is #F4CCC0. Grayscale: #282828. Windows color (decimal): -16043201 or 4141835. OLE color: 4141835.

HSL color Cylindrical-coordinate representation of color #0B333F: hue angle of 193.85º 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 #0B333F is Cyan = 0.83, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 11 51 63 -
CMYK 0.83 0.19 0 0.75
HSL 193.85º 0.7% 0.15% -
HSV(B) 193.85º 0.83% 0.25% -
XYZ 2.22 2.8 5.13 -
YUV 40.41 140.75 107.02 -
System Red Green Blue C M Y K H S L
Decimal 11 51 63 0.83 0.19 0 0.75 193.85 0.7 0.15
Hex B 33 3F 53 13 0 4B C2 46 F
Octal 13 63 77 123 23 0 113 302 106 17
Binary 1011 110011 111111 1010011 10011 0 1001011 11000010 1000110 1111

Color Harmonies of #0B333F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B333F

Black with #0B333F

Text Example


Text Example

White with #0B333F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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