Html Css Color HEX #0B343F Nordic

📋 copy color: '#0B343F'

red 11 ◦ green 52 ◦ blue 63

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

Shades of Nordic #0B343F

Tints of Nordic #0B343F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 41.27%

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

R = 8.73%
G = 41.27%
B = 50%

CMYK

 C value IS 0.83

 M value IS 0.17

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#0B343F (or 0x0B343F) is known color: Nordic. HEX triplet: 0B, 34 and 3F. RGB value is (11,52,63). Sum of RGB (Red+Green+Blue) = 11+52+63=126 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.73% from 126); Green value is 52 (20.70% from 255 or 41.27% from 126); Blue value is 63 (25% from 255 or 50% from 126); Max value from RGB is 63 - color contains mainly: blue. Hex color #0B343F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B343F is #F4CBC0. Grayscale: #282828. Windows color (decimal): -16042945 or 4142091. OLE color: 4142091.

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

Color convert

RGB 11 52 63 -
CMYK 0.83 0.17 0 0.75
HSL 192.69º 0.7% 0.15% -
HSV(B) 192.69º 0.83% 0.25% -
XYZ 2.26 2.89 5.14 -
YUV 41 140.42 106.61 -
System Red Green Blue C M Y K H S L
Decimal 11 52 63 0.83 0.17 0 0.75 192.69 0.7 0.15
Hex B 34 3F 53 11 0 4B C1 46 F
Octal 13 64 77 123 21 0 113 301 106 17
Binary 1011 110100 111111 1010011 10001 0 1001011 11000001 1000110 1111

Color Harmonies of #0B343F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B343F

Black with #0B343F

Text Example


Text Example

White with #0B343F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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